diff options
Diffstat (limited to 'x11/xdpyinfo/Makefile')
-rw-r--r-- | x11/xdpyinfo/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile new file mode 100644 index 0000000..c2d27ae --- /dev/null +++ b/x11/xdpyinfo/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xdpyinfo +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xdpyinfo +PORTVERSION= 1.2.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Display information utility for X + +XORG_CAT= app +USE_XORG= xext x11 xtst xxf86vm xxf86misc xxf86dga xi xrender \ + xinerama dmxproto xp + +PLIST_FILES= bin/xdpyinfo + +MAN1= xdpyinfo.1 + +.include <bsd.port.mk> |