summaryrefslogtreecommitdiff
path: root/x11/libXi/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-12-22 00:54:18 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-12-22 00:54:18 +0000
commit986e4c9ac5afff1fd077ca2b30a444e51e2206c6 (patch)
tree8f6e9310784f2a5c979f1b846f1f32ad67b4adde /x11/libXi/Makefile
parentNew port: Prerelease version of libXv from freedesktop.org: (diff)
New port: Prerelease version of libXi from freedesktop.org:
X Input 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=96388
Diffstat (limited to '')
-rw-r--r--x11/libXi/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
new file mode 100644
index 000000000000..e472f80a9777
--- /dev/null
+++ b/x11/libXi/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libXi
+# Date Created: 22 Nov, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXi
+PORTVERSION= 6.0.1.p1
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Input extension 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
+WRKSRC= ${WRKDIR}/${PORTNAME}-6.0.1
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>