summaryrefslogtreecommitdiffstats
path: root/x11/videoproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/videoproto/Makefile')
-rw-r--r--x11/videoproto/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/videoproto/Makefile b/x11/videoproto/Makefile
new file mode 100644
index 0000000..f3119f2
--- /dev/null
+++ b/x11/videoproto/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: videoproto
+# Date Created: 09 Aug 2005
+# Whom: Dejan Lesjak <lesi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= videoproto
+PORTVERSION= 2.3.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Video extension headers
+
+XORG_CAT= proto
+
+post-patch:
+ @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
+ s/install-dist_docDATA//' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>