aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-12-22 07:52:44 +0800
committeranholt <anholt@FreeBSD.org>2003-12-22 07:52:44 +0800
commit12c3bac1230607fe07d02ace9f4b53f116ae2012 (patch)
treecf5329e5f6b16c9ef41c1e9e70d93435454f2cb2
parentc2b4a4527fb01f036a20e56def790bb273932712 (diff)
downloadfreebsd-ports-gnome-12c3bac1230607fe07d02ace9f4b53f116ae2012.tar.gz
freebsd-ports-gnome-12c3bac1230607fe07d02ace9f4b53f116ae2012.tar.zst
freebsd-ports-gnome-12c3bac1230607fe07d02ace9f4b53f116ae2012.zip
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.
-rw-r--r--x11/Makefile1
-rw-r--r--x11/randrext/Makefile24
-rw-r--r--x11/randrext/distinfo1
-rw-r--r--x11/randrext/files/patch-Makefile.in11
-rw-r--r--x11/randrext/pkg-descr7
-rw-r--r--x11/randrext/pkg-plist5
6 files changed, 49 insertions, 0 deletions
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 <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%%