diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-07 20:14:19 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-07 20:14:19 +0000 |
commit | 48522c90405e9fa3661f81ec44fa2db9ff40e0bb (patch) | |
tree | 8e47acab55eba2a4e46e95c3a06b10470d210ccd /x11/libXinerama/Makefile | |
parent | af94e9c9a0d0e88111684328f30049b0db5732d4 (diff) |
New port: libXinerama 1.1 freedesktop.org.
Testing is encouraged, but please do not use these ports as dependencies until
a plan is made for handling the transition from XFree86.
Notes
Notes:
svn path=/head/; revision=108636
Diffstat (limited to 'x11/libXinerama/Makefile')
-rw-r--r-- | x11/libXinerama/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile new file mode 100644 index 000000000000..6ce7d2292cba --- /dev/null +++ b/x11/libXinerama/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libXinerama +# Date Created: 7 May, 2004 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXinerama +PORTVERSION= 1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 Xinerama library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ + ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +CONFLICTS= XFree86-libraries-* + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +CFLAGS+= -DMALLOC_0_RETURNS_NULL +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig + +.include <bsd.port.mk> |