summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-12-22 01:41:43 +0000
committeranholt <anholt@FreeBSD.org>2003-12-22 01:41:43 +0000
commit04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06 (patch)
tree2722e0007832611159e2b82a021811a3d7eb20eb
parent96041ab67c1012166ddeb34dd90f8535763df857 (diff)
downloadFreeBSD-ports-04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06.zip
FreeBSD-ports-04a4915d4cf6a748bf36003b3d7ebe12b9ac7a06.tar.gz
New port: Prerelease version of libXcursor from freedesktop.org:
X client-side cursor loading 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.
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libXcursor/Makefile34
-rw-r--r--x11/libXcursor/distinfo1
-rw-r--r--x11/libXcursor/files/patch-Makefile.in11
-rw-r--r--x11/libXcursor/pkg-descr6
-rw-r--r--x11/libXcursor/pkg-plist6
6 files changed, 59 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index a47be4a..184f4a0 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -77,6 +77,7 @@
SUBDIR += libSM
SUBDIR += libX11
SUBDIR += libXau
+ SUBDIR += libXcursor
SUBDIR += libXdmcp
SUBDIR += libXext
SUBDIR += libXfont
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
new file mode 100644
index 0000000..4c5eabd
--- /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 0000000..9aaa1cd
--- /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 0000000..d774877
--- /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 0000000..b8a3201
--- /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 0000000..2207738
--- /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
OpenPOWER on IntegriCloud