summaryrefslogtreecommitdiff
path: root/x11/libXdmcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXdmcp/Makefile')
-rw-r--r--x11/libXdmcp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
new file mode 100644
index 00000000000..5dfc87b5fe0
--- /dev/null
+++ b/x11/libXdmcp/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:59:48 joerg Exp $
+#
+
+DISTNAME= libXdmcp-1.0.1
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Display Manager Control Protocol library from X.org
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE+= xdmcp.pc.in
+GNU_CONFIGURE= yes
+
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"