From 12c3bac1230607fe07d02ace9f4b53f116ae2012 Mon Sep 17 00:00:00 2001 From: anholt Date: Sun, 21 Dec 2003 23:52:44 +0000 Subject: 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. --- x11/Makefile | 1 + x11/randrext/Makefile | 24 ++++++++++++++++++++++++ x11/randrext/distinfo | 1 + x11/randrext/files/patch-Makefile.in | 11 +++++++++++ x11/randrext/pkg-descr | 7 +++++++ x11/randrext/pkg-plist | 5 +++++ 6 files changed, 49 insertions(+) create mode 100644 x11/randrext/Makefile create mode 100644 x11/randrext/distinfo create mode 100644 x11/randrext/files/patch-Makefile.in create mode 100644 x11/randrext/pkg-descr create mode 100644 x11/randrext/pkg-plist diff --git a/x11/Makefile b/x11/Makefile index 2ca870d3fcac..30cf07e81796 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -107,6 +107,7 @@ SUBDIR += powershell SUBDIR += props SUBDIR += qrash + SUBDIR += randrext SUBDIR += rox-wallpaper SUBDIR += ruby-X11 SUBDIR += ruby-gnome 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 +# +# $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 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%% -- cgit