diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 00:25:51 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 00:25:51 +0000 |
commit | 72887b1ed1e6d1ef0642acff5415998eb51092b3 (patch) | |
tree | 0f26bbb3f76e6ebf05fe46f9c65d657c28ba7ded /x11/libXdmcp | |
parent | 1f7ea8c5d62da4d8406474e8826c1ab1c4fc1111 (diff) | |
download | ports-72887b1ed1e6d1ef0642acff5415998eb51092b3.tar.gz ports-72887b1ed1e6d1ef0642acff5415998eb51092b3.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.
Notes
Notes:
svn path=/head/; revision=96382
Diffstat (limited to 'x11/libXdmcp')
-rw-r--r-- | x11/libXdmcp/Makefile | 26 | ||||
-rw-r--r-- | x11/libXdmcp/distinfo | 1 | ||||
-rw-r--r-- | x11/libXdmcp/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXdmcp/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXdmcp/pkg-plist | 7 |
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 |