From 714b52cb1957946d90ce79dccb9b3d61fa542f0f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 27 Dec 2003 01:33:09 +0000 Subject: New port: Prerelease version of libXfixes from freedesktop.org: X Fixes 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/libXfixes/Makefile | 33 +++++++++++++++++++++++++++++++++ x11/libXfixes/distinfo | 1 + x11/libXfixes/files/patch-Makefile.in | 11 +++++++++++ x11/libXfixes/pkg-descr | 6 ++++++ x11/libXfixes/pkg-plist | 6 ++++++ 5 files changed, 57 insertions(+) create mode 100644 x11/libXfixes/Makefile create mode 100644 x11/libXfixes/distinfo create mode 100644 x11/libXfixes/files/patch-Makefile.in create mode 100644 x11/libXfixes/pkg-descr create mode 100644 x11/libXfixes/pkg-plist (limited to 'x11/libXfixes') diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile new file mode 100644 index 000000000000..e74a2c244c09 --- /dev/null +++ b/x11/libXfixes/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libXext +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt +# +# $FreeBSD$ +# + +PORTNAME= libXfixes +PORTVERSION= 2.0.0.p2 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Fixes extension library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext \ + ${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}-2.0.0 + +INSTALLS_SHLIB= yes + +.include diff --git a/x11/libXfixes/distinfo b/x11/libXfixes/distinfo new file mode 100644 index 000000000000..ff992fabc208 --- /dev/null +++ b/x11/libXfixes/distinfo @@ -0,0 +1 @@ +MD5 (libXfixes-2.0.0.p2.tar.bz2) = 0a2085fac105a1f166ec2e9a60e6c718 diff --git a/x11/libXfixes/files/patch-Makefile.in b/x11/libXfixes/files/patch-Makefile.in new file mode 100644 index 000000000000..13fe6d0341b2 --- /dev/null +++ b/x11/libXfixes/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Nov 13 13:53:00 2003 ++++ Makefile.in Thu Nov 13 14:03:32 2003 +@@ -193,7 +193,7 @@ + libXfixesincludedir = $(includedir)/X11/extensions + libXfixesinclude_HEADERS = Xfixes.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xfixes.pc + + EXTRA_DIST = xfixes.pc.in autogen.sh diff --git a/x11/libXfixes/pkg-descr b/x11/libXfixes/pkg-descr new file mode 100644 index 000000000000..3dbcfe29afb1 --- /dev/null +++ b/x11/libXfixes/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Fixes extension library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXfixes/pkg-plist b/x11/libXfixes/pkg-plist new file mode 100644 index 000000000000..fd7568ce3ace --- /dev/null +++ b/x11/libXfixes/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/Xfixes.h +lib/libXfixes.a +lib/libXfixes.la +lib/libXfixes.so +lib/libXfixes.so.1 +libdata/pkgconfig/xfixes.pc -- cgit v1.2.3