diff options
Diffstat (limited to 'x11/xdriinfo/Makefile')
-rw-r--r-- | x11/xdriinfo/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile new file mode 100644 index 000000000000..1f6a3008c2ad --- /dev/null +++ b/x11/xdriinfo/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xdriinfo +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xdriinfo +PORTVERSION= 1.0.1 +PORTREVISION= 1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Query configuration information of DRI drivers + +USE_GL= gl + +XORG_CAT= app +USE_XORG= x11 glproto +MAN1= xdriinfo.1 +PLIST_FILES= bin/xdriinfo + +.include <bsd.port.mk> |