aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXdmcp
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-12-22 08:25:51 +0800
committeranholt <anholt@FreeBSD.org>2003-12-22 08:25:51 +0800
commit7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55 (patch)
tree10a04229a2686085ddebab9df6952ee799da6427 /x11/libXdmcp
parentef8efe372be00e00f8f606569dcf89102b082782 (diff)
downloadfreebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.tar.gz
freebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.tar.zst
freebsd-ports-gnome-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.zip
New port: Prerelease version of libXdmcp from freedesktop.org:
X Display Manager Control Protocol library Note that due to restrictions on distribution of Wraphelp.c, which FreeBSD has obtained permission for but freedesktop.org hasn't yet, the distfile will be hand-rolled and located on freefall for a while. Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
Diffstat (limited to 'x11/libXdmcp')
-rw-r--r--x11/libXdmcp/Makefile26
-rw-r--r--x11/libXdmcp/distinfo1
-rw-r--r--x11/libXdmcp/files/patch-Makefile.in11
-rw-r--r--x11/libXdmcp/pkg-descr6
-rw-r--r--x11/libXdmcp/pkg-plist7
5 files changed, 51 insertions, 0 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
new file mode 100644
index 000000000000..c5d65c81a763
--- /dev/null
+++ b/x11/libXdmcp/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libXdmcp
+# Date Created: 28 Oct, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXdmcp
+PORTVERSION= 0.1.p1
+CATEGORIES= x11
+MASTER_SITES= http://people.freebsd.org/~anholt/X/files/
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Display Manager Control Protocol library
+
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
+
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo
new file mode 100644
index 000000000000..f12a7ab7a874
--- /dev/null
+++ b/x11/libXdmcp/distinfo
@@ -0,0 +1 @@
+MD5 (libXdmcp-0.1.p1.tar.bz2) = 54655890a39b5ca05c04de4d74fedb22
diff --git a/x11/libXdmcp/files/patch-Makefile.in b/x11/libXdmcp/files/patch-Makefile.in
new file mode 100644
index 000000000000..a8e1901c62b5
--- /dev/null
+++ b/x11/libXdmcp/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Nov 10 00:10:53 2003
++++ Makefile.in Mon Nov 10 00:11:16 2003
+@@ -204,7 +204,7 @@
+ include/X11/Xdmcpconf.h
+
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = xdmcp.pc
+
+ EXTRA_DIST = xdmcp.pc.in autogen.sh include/X11/Xdmcpconf.h.in
diff --git a/x11/libXdmcp/pkg-descr b/x11/libXdmcp/pkg-descr
new file mode 100644
index 000000000000..cf8ee61e890f
--- /dev/null
+++ b/x11/libXdmcp/pkg-descr
@@ -0,0 +1,6 @@
+This package contains the X Display Manager Control Protocol library.
+
+WWW: http://www.freedesktop.org/Software/xlibs
+
+- Eric Anholt
+anholt@FreeBSD.org
diff --git a/x11/libXdmcp/pkg-plist b/x11/libXdmcp/pkg-plist
new file mode 100644
index 000000000000..3bad9a020fd7
--- /dev/null
+++ b/x11/libXdmcp/pkg-plist
@@ -0,0 +1,7 @@
+include/X11/Xdmcp.h
+include/X11/Xdmcpconf.h
+lib/libXdmcp.a
+lib/libXdmcp.la
+lib/libXdmcp.so
+lib/libXdmcp.so.0
+libdata/pkgconfig/xdmcp.pc