diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-27 01:33:09 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-27 01:33:09 +0000 |
commit | 714b52cb1957946d90ce79dccb9b3d61fa542f0f (patch) | |
tree | 8971b47c7c7624462d44df5a9be0a0a3cfc822f7 /x11/libXfixes | |
parent | 81521106a38c1c1e5f75a75ea8a61f379e25bec8 (diff) | |
download | ports-714b52cb1957946d90ce79dccb9b3d61fa542f0f.tar.gz ports-714b52cb1957946d90ce79dccb9b3d61fa542f0f.zip |
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.
Notes
Notes:
svn path=/head/; revision=96665
Diffstat (limited to 'x11/libXfixes')
-rw-r--r-- | x11/libXfixes/Makefile | 33 | ||||
-rw-r--r-- | x11/libXfixes/distinfo | 1 | ||||
-rw-r--r-- | x11/libXfixes/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXfixes/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXfixes/pkg-plist | 6 |
5 files changed, 57 insertions, 0 deletions
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 <anholt@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |