diff options
Diffstat (limited to 'x11/resourceext')
-rw-r--r-- | x11/resourceext/Makefile | 24 | ||||
-rw-r--r-- | x11/resourceext/distinfo | 1 | ||||
-rw-r--r-- | x11/resourceext/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/resourceext/pkg-descr | 6 | ||||
-rw-r--r-- | x11/resourceext/pkg-plist | 2 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11/resourceext/Makefile b/x11/resourceext/Makefile new file mode 100644 index 0000000..64bf928 --- /dev/null +++ b/x11/resourceext/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: resourceext +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= resourceext +PORTVERSION= 1.0.p1 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Resource usage extension headers + +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/resourceext/distinfo b/x11/resourceext/distinfo new file mode 100644 index 0000000..b64c542d --- /dev/null +++ b/x11/resourceext/distinfo @@ -0,0 +1 @@ +MD5 (resourceext-1.0.p1.tar.bz2) = 2a5763c2d7ebbd6cfe8382387c6235a7 diff --git a/x11/resourceext/files/patch-Makefile.in b/x11/resourceext/files/patch-Makefile.in new file mode 100644 index 0000000..bf6424b --- /dev/null +++ b/x11/resourceext/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Nov 9 22:34:12 2003 ++++ Makefile.in Sun Nov 9 22:34:22 2003 +@@ -119,7 +119,7 @@ + resourceextdocdir = $(datadir)/doc/XResource + resourceextdoc_DATA = + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = resourceext.pc + + EXTRA_DIST = autogen.sh resourceext.pc.in $(resourceextdoc_DATA) diff --git a/x11/resourceext/pkg-descr b/x11/resourceext/pkg-descr new file mode 100644 index 0000000..e3b74d0 --- /dev/null +++ b/x11/resourceext/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Resource extension headers + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/resourceext/pkg-plist b/x11/resourceext/pkg-plist new file mode 100644 index 0000000..17abb50 --- /dev/null +++ b/x11/resourceext/pkg-plist @@ -0,0 +1,2 @@ +include/X11/extensions/XResproto.h +libdata/pkgconfig/resourceext.pc |