summaryrefslogtreecommitdiffstats
path: root/x11/libXv/Makefile
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-12-22 00:39:02 +0000
committeranholt <anholt@FreeBSD.org>2003-12-22 00:39:02 +0000
commit3942b3fd58b10719d2f5f308104e55a8342ef833 (patch)
tree7b7cbd34fa1506f9249b90156601d03ca586e8b8 /x11/libXv/Makefile
parent23dc120cf7b1d577d1302877c5db280b106251aa (diff)
downloadFreeBSD-ports-3942b3fd58b10719d2f5f308104e55a8342ef833.zip
FreeBSD-ports-3942b3fd58b10719d2f5f308104e55a8342ef833.tar.gz
New port: Prerelease version of libXv from freedesktop.org:
X Video 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.
Diffstat (limited to 'x11/libXv/Makefile')
-rw-r--r--x11/libXv/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile
new file mode 100644
index 0000000..9b9889f
--- /dev/null
+++ b/x11/libXv/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: libXv
+# Date Created: 13 Nov, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libXv
+PORTVERSION= 2.2.1.p1
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~xlibs/dist/
+DISTNAME= ${PORTNAME}-${REALVERSION}
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X11 Extension library
+
+LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
+ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
+ ${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.2.1
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud