diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:41:43 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:41:43 +0000 |
commit | b3da4ab501d9fcac2cd9501a68086408f0d7a5a0 (patch) | |
tree | e1b15db44d23a4d3f8899206c6b9c072ef9fddbd /x11/libXcursor | |
parent | 2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a (diff) | |
download | ports-b3da4ab501d9fcac2cd9501a68086408f0d7a5a0.tar.gz ports-b3da4ab501d9fcac2cd9501a68086408f0d7a5a0.zip |
Notes
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 34 | ||||
-rw-r--r-- | x11/libXcursor/distinfo | 1 | ||||
-rw-r--r-- | x11/libXcursor/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/libXcursor/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXcursor/pkg-plist | 6 |
5 files changed, 58 insertions, 0 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile new file mode 100644 index 000000000000..4c5eabd7f018 --- /dev/null +++ b/x11/libXcursor/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libXcursor +# Date Created: 22 Nov, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXcursor +PORTVERSION= 1.1.1.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X client-side cursor loading 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 \ + ${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 +MAN3= Xcursor.3 +WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.1 + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo new file mode 100644 index 000000000000..9aaa1cddc713 --- /dev/null +++ b/x11/libXcursor/distinfo @@ -0,0 +1 @@ +MD5 (libXcursor-1.1.1.p1.tar.bz2) = 5bc778904371f1fb5fb21f27cd4f227c diff --git a/x11/libXcursor/files/patch-Makefile.in b/x11/libXcursor/files/patch-Makefile.in new file mode 100644 index 000000000000..d774877de4a9 --- /dev/null +++ b/x11/libXcursor/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Nov 22 17:27:48 2003 ++++ Makefile.in Sat Nov 22 17:32:03 2003 +@@ -187,7 +187,7 @@ + libXcursorincludedir = $(includedir)/X11/Xcursor + libXcursorinclude_HEADERS = Xcursor.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xcursor.pc + + EXTRA_DIST = $(man_MANS) xcursor.pc.in autogen.sh diff --git a/x11/libXcursor/pkg-descr b/x11/libXcursor/pkg-descr new file mode 100644 index 000000000000..b8a320199cc3 --- /dev/null +++ b/x11/libXcursor/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X client-side cursor loading library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXcursor/pkg-plist b/x11/libXcursor/pkg-plist new file mode 100644 index 000000000000..2207738f94d4 --- /dev/null +++ b/x11/libXcursor/pkg-plist @@ -0,0 +1,6 @@ +include/X11/Xcursor/Xcursor.h +lib/libXcursor.a +lib/libXcursor.la +lib/libXcursor.so +lib/libXcursor.so.1 +libdata/pkgconfig/xcursor.pc
\ No newline at end of file |