diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-22 00:25:51 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-22 00:25:51 +0000 |
commit | 7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55 (patch) | |
tree | 10a04229a2686085ddebab9df6952ee799da6427 | |
parent | ef8efe372be00e00f8f606569dcf89102b082782 (diff) | |
download | FreeBSD-ports-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.zip FreeBSD-ports-7e6dfdb82a8e8df9a03dbf74fb8c7b2dc295fc55.tar.gz |
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.
-rw-r--r-- | x11/Makefile | 1 | ||||
-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 |
6 files changed, 52 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c8308e5..b7473ba 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -76,6 +76,7 @@ SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXau + SUBDIR += libXdmcp SUBDIR += libXfont SUBDIR += libXres SUBDIR += libXtrans diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile new file mode 100644 index 0000000..c5d65c8 --- /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 0000000..f12a7ab --- /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 0000000..a8e1901 --- /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 0000000..cf8ee61 --- /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 0000000..3bad9a0 --- /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 |