diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:02:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:02:26 +0000 |
commit | 2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a (patch) | |
tree | 6b249c299c3f6fe1486b31e139eb05111d961f20 /x11/libXext | |
parent | 504af8c2aa052e68309117a89d8c162b3c606a0f (diff) | |
download | ports-2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a.tar.gz ports-2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a.zip |
Notes
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 33 | ||||
-rw-r--r-- | x11/libXext/distinfo | 1 | ||||
-rw-r--r-- | x11/libXext/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXext/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXext/pkg-plist | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile new file mode 100644 index 000000000000..0e4f1745dceb --- /dev/null +++ b/x11/libXext/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libXext +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXext +PORTVERSION= 6.4.1.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 Extension library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ + ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +USE_LIBTOOL= yes +CFLAGS+= -DMALLOC_0_RETURNS_NULL +WRKSRC= ${WRKDIR}/${PORTNAME}-6.4.1 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo new file mode 100644 index 000000000000..7740c9648aed --- /dev/null +++ b/x11/libXext/distinfo @@ -0,0 +1 @@ +MD5 (libXext-6.4.1.p1.tar.bz2) = c47bd68f3dbb7c80c729ed53baaf91d4 diff --git a/x11/libXext/files/patch-Makefile.in b/x11/libXext/files/patch-Makefile.in new file mode 100644 index 000000000000..aea804132ed3 --- /dev/null +++ b/x11/libXext/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 10 00:02:36 2003 ++++ Makefile.in Mon Nov 10 00:02:45 2003 +@@ -161,7 +161,7 @@ + globals.c + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xext.pc + + EXTRA_DIST = xext.pc.in diff --git a/x11/libXext/pkg-descr b/x11/libXext/pkg-descr new file mode 100644 index 000000000000..08abe8d424fe --- /dev/null +++ b/x11/libXext/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Extension library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXext/pkg-plist b/x11/libXext/pkg-plist new file mode 100644 index 000000000000..4e47d7451237 --- /dev/null +++ b/x11/libXext/pkg-plist @@ -0,0 +1,5 @@ +lib/libXext.a +lib/libXext.la +lib/libXext.so +lib/libXext.so.6 +libdata/pkgconfig/xext.pc |