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 | |
parent | af94e9c9a0d0e88111684328f30049b0db5732d4 (diff) | |
download | freebsd-ports-48522c90405e9fa3661f81ec44fa2db9ff40e0bb.zip |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/libXinerama/Makefile | 33 | ||||
-rw-r--r-- | x11/libXinerama/distinfo | 2 | ||||
-rw-r--r-- | x11/libXinerama/pkg-descr | 6 | ||||
-rw-r--r-- | x11/libXinerama/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 13b8e44a19b8..8cfbdc333639 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -93,6 +93,7 @@ SUBDIR += libXfixes SUBDIR += libXfont SUBDIR += libXi + SUBDIR += libXinerama SUBDIR += libXpm SUBDIR += libXrandr SUBDIR += libXrender 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> diff --git a/x11/libXinerama/distinfo b/x11/libXinerama/distinfo new file mode 100644 index 000000000000..5730cc513cb4 --- /dev/null +++ b/x11/libXinerama/distinfo @@ -0,0 +1,2 @@ +MD5 (libXinerama-1.0.1.tar.bz2) = 4760a399cadd1bdefadc0c3859de77a7 +SIZE (libXinerama-1.0.1.tar.bz2) = 194581 diff --git a/x11/libXinerama/pkg-descr b/x11/libXinerama/pkg-descr new file mode 100644 index 000000000000..08abe8d424fe --- /dev/null +++ b/x11/libXinerama/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Extension library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXinerama/pkg-plist b/x11/libXinerama/pkg-plist new file mode 100644 index 000000000000..d5c1548b7e6f --- /dev/null +++ b/x11/libXinerama/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/Xinerama.h +lib/libXinerama.a +lib/libXinerama.la +lib/libXinerama.so +lib/libXinerama.so.1 +libdata/pkgconfig/xinerama.pc |