summaryrefslogtreecommitdiffstats
path: root/x11/xcb-proto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xcb-proto/Makefile')
-rw-r--r--x11/xcb-proto/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile
new file mode 100644
index 0000000..76b9206
--- /dev/null
+++ b/x11/xcb-proto/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: xcb-proto
+# Date Created: 2006-08-23
+# Whom: Ashish Shukla <wahjava@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xcb-proto
+PORTVERSION= 1.7
+CATEGORIES= x11 python
+MASTER_SITES= http://xcb.freedesktop.org/dist/
+
+MAINTAINER= ashish@FreeBSD.org
+COMMENT= The X protocol C-language Binding (XCB) protocol
+
+BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack
+USE_PYTHON= 2.5+
+GNU_CONFIGURE= yes
+
+DATADIR= ${PREFIX}/share/xcb
+
+.include <bsd.port.mk>