summaryrefslogtreecommitdiffstats
path: root/x11/libXdmcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXdmcp/Makefile')
-rw-r--r--x11/libXdmcp/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
new file mode 100644
index 0000000..9729367
--- /dev/null
+++ b/x11/libXdmcp/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libXdmcp
+# Date Created: 28 Oct, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXdmcp
+PORTVERSION= 1.1.0
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Display Manager Control Protocol library
+
+XORG_CAT= lib
+USE_XORG= xproto:both
+
+CONFIGURE_ARGS+=--disable-docs --without-xmlto
+
+post-patch:
+ @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
+ s/doc//' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>