summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-07 20:10:49 +0000
committeranholt <anholt@FreeBSD.org>2004-05-07 20:10:49 +0000
commit456efe4798670bc058cbcf8f9dc80045f8b0d9f3 (patch)
tree14de9c8833d21f9719da4072f803a8ce202163d9
parent3f9fa20ec165853887157120916d771712fa0ef4 (diff)
downloadFreeBSD-ports-456efe4798670bc058cbcf8f9dc80045f8b0d9f3.zip
FreeBSD-ports-456efe4798670bc058cbcf8f9dc80045f8b0d9f3.tar.gz
New port: panoramixext 1.1 freedesktop.org:
X PanoramiX extension headers Testing is encouraged, but please do not use these ports as dependencies until a plan is made for handling the transition from XFree86.
-rw-r--r--x11/Makefile1
-rw-r--r--x11/panoramixext/Makefile26
-rw-r--r--x11/panoramixext/distinfo2
-rw-r--r--x11/panoramixext/pkg-descr4
-rw-r--r--x11/panoramixext/pkg-plist3
5 files changed, 36 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index fbddafd..13b8e44 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -124,6 +124,7 @@
SUBDIR += oooqs
SUBDIR += p5-X11-IdleTime
SUBDIR += p5-X11-Protocol
+ SUBDIR += panoramixext
SUBDIR += peeper
SUBDIR += portoseguro
SUBDIR += powershell
diff --git a/x11/panoramixext/Makefile b/x11/panoramixext/Makefile
new file mode 100644
index 0000000..5534112
--- /dev/null
+++ b/x11/panoramixext/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: panoramixext
+# Date Created: 7 May 2004
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= panoramixext
+PORTVERSION= 1.1
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Header files and documentation for the X PanoramiX extension
+
+CONFLICTS= XFree86-libraries-*
+
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+MTREE_FILE= /etc/mtree/BSD.x11-4.dist
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE= yes
+USE_GNOME= gnomehack
+
+.include <bsd.port.mk>
diff --git a/x11/panoramixext/distinfo b/x11/panoramixext/distinfo
new file mode 100644
index 0000000..be21fd3
--- /dev/null
+++ b/x11/panoramixext/distinfo
@@ -0,0 +1,2 @@
+MD5 (panoramixext-1.1.tar.bz2) = 129f8623dc4f70188a015e3cbd7eae82
+SIZE (panoramixext-1.1.tar.bz2) = 40839
diff --git a/x11/panoramixext/pkg-descr b/x11/panoramixext/pkg-descr
new file mode 100644
index 0000000..7613d72
--- /dev/null
+++ b/x11/panoramixext/pkg-descr
@@ -0,0 +1,4 @@
+This package contains header files and documentation for the X PanoramiX
+extension.
+
+WWW: http://www.freedesktop.org/Software/xlibs
diff --git a/x11/panoramixext/pkg-plist b/x11/panoramixext/pkg-plist
new file mode 100644
index 0000000..aa2cf3c
--- /dev/null
+++ b/x11/panoramixext/pkg-plist
@@ -0,0 +1,3 @@
+include/X11/extensions/panoramiXext.h
+include/X11/extensions/panoramiXproto.h
+libdata/pkgconfig/panoramixext.pc
OpenPOWER on IntegriCloud