From d58d63133695a2226010f4971fd4b075136141b4 Mon Sep 17 00:00:00 2001 From: anholt Date: Mon, 22 Dec 2003 01:02:26 +0000 Subject: New port: Prerelease version of libXext from freedesktop.org: X Extension library. 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. --- x11/libXext/Makefile | 33 +++++++++++++++++++++++++++++++++ x11/libXext/distinfo | 1 + x11/libXext/files/patch-Makefile.in | 11 +++++++++++ x11/libXext/pkg-descr | 6 ++++++ x11/libXext/pkg-plist | 5 +++++ 5 files changed, 56 insertions(+) create mode 100644 x11/libXext/Makefile create mode 100644 x11/libXext/distinfo create mode 100644 x11/libXext/files/patch-Makefile.in create mode 100644 x11/libXext/pkg-descr create mode 100644 x11/libXext/pkg-plist (limited to 'x11/libXext') 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 +# +# $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 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 -- cgit