diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-21 23:52:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-21 23:52:44 +0000 |
commit | 0d97eeaed5a9962fbd50d603215c317e856a7c9c (patch) | |
tree | 08c9189c6c8ab3f6064d942f7269e86ec1430398 /x11/randrext | |
parent | efa1a6e57eacd2b41a320a70275d13467eaf3c88 (diff) |
New port: Prerelease version of randrext from freedesktop.org:
Header files and documentation for the X Resize and Rotate extension
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=96372
Diffstat (limited to 'x11/randrext')
-rw-r--r-- | x11/randrext/Makefile | 24 | ||||
-rw-r--r-- | x11/randrext/distinfo | 1 | ||||
-rw-r--r-- | x11/randrext/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/randrext/pkg-descr | 7 | ||||
-rw-r--r-- | x11/randrext/pkg-plist | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile new file mode 100644 index 000000000000..720a8bfe71fe --- /dev/null +++ b/x11/randrext/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: randrext +# Date Created: 24 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= randrext +PORTVERSION= 1.0.p2 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= Header files and documentation for the X Resize and Rotate extension + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 + +.include <bsd.port.mk> diff --git a/x11/randrext/distinfo b/x11/randrext/distinfo new file mode 100644 index 000000000000..1a03064e8102 --- /dev/null +++ b/x11/randrext/distinfo @@ -0,0 +1 @@ +MD5 (randrext-1.0.p2.tar.bz2) = acf974eecd2816305adcc6ee041771d4 diff --git a/x11/randrext/files/patch-Makefile.in b/x11/randrext/files/patch-Makefile.in new file mode 100644 index 000000000000..b954b2570a0f --- /dev/null +++ b/x11/randrext/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Nov 9 23:46:04 2003 ++++ Makefile.in Sun Nov 9 23:46:14 2003 +@@ -119,7 +119,7 @@ + randrdocdir = $(datadir)/doc/randr + randrdoc_DATA = protocol + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = randr.pc + + EXTRA_DIST = autogen.sh randr.pc.in $(randrdoc_DATA) diff --git a/x11/randrext/pkg-descr b/x11/randrext/pkg-descr new file mode 100644 index 000000000000..5f8d6ab9d64e --- /dev/null +++ b/x11/randrext/pkg-descr @@ -0,0 +1,7 @@ +This package contains header files and documentation for the X Resize and +Rotate extension. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/randrext/pkg-plist b/x11/randrext/pkg-plist new file mode 100644 index 000000000000..2ecaf1511edf --- /dev/null +++ b/x11/randrext/pkg-plist @@ -0,0 +1,5 @@ +include/X11/extensions/randr.h +include/X11/extensions/randrproto.h +libdata/pkgconfig/randr.pc +%%DOCSDIR%%/protocol +@dirrm %%DOCSDIR%% |