summaryrefslogtreecommitdiff
path: root/x11/libXcursor/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 22:27:45 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 22:27:45 +0000
commitfe0076c0a308d63c32bec17513b8c24b4ec40233 (patch)
tree12db9b0e9d0cd09b4ab265c18c86688f746e2358 /x11/libXcursor/Makefile
parentbf86f92de08c4c6ef17b310f81e247adc3f29046 (diff)
downloadpkgsrc-fe0076c0a308d63c32bec17513b8c24b4ec40233.tar.gz
Import libXcursor-1.1.8 from pkgsrc-wip:
This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is from the modular X.org project.
Diffstat (limited to 'x11/libXcursor/Makefile')
-rw-r--r--x11/libXcursor/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
new file mode 100644
index 00000000000..e6ffb481e32
--- /dev/null
+++ b/x11/libXcursor/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 22:27:45 joerg Exp $
+#
+
+DISTNAME= libXcursor-1.1.8
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Client-side cursor loading library for X
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONFLICTS+= xcursor-[0-9]*
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= xcursor.pc.in
+
+.include "../../x11/fixesproto/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"