summaryrefslogtreecommitdiffstats
path: root/x11/xdpyinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xdpyinfo/Makefile')
-rw-r--r--x11/xdpyinfo/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
new file mode 100644
index 0000000..90ff5ea
--- /dev/null
+++ b/x11/xdpyinfo/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xdpyinfo
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/xdpyinfo/Makefile,v 1.7 2011/09/20 08:23:01 bapt Exp $
+#
+
+PORTNAME= xdpyinfo
+PORTVERSION= 1.3.0
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Display information utility for X
+
+LICENSE= MIT
+
+XORG_CAT= app
+USE_XORG= xext x11 xtst xxf86vm xxf86dga xi xrender \
+ xinerama dmxproto xp
+CONFIGURE_ARGS= --without-xf86misc
+
+PLIST_FILES= bin/xdpyinfo
+
+MAN1= xdpyinfo.1
+
+.include <bsd.port.mk>