diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-21 19:42:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-21 19:42:47 +0000 |
commit | bce5413d28ac185110d7ea43d49951113fb7b7b7 (patch) | |
tree | 3894373be67327930162ac2652ab7c09921a2d72 /x11/xproto | |
parent | 7237cf552fe9be9731af15180d28b35222fec7a1 (diff) |
Notes
Diffstat (limited to 'x11/xproto')
-rw-r--r-- | x11/xproto/Makefile | 24 | ||||
-rw-r--r-- | x11/xproto/distinfo | 1 | ||||
-rw-r--r-- | x11/xproto/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/xproto/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xproto/pkg-plist | 18 |
5 files changed, 60 insertions, 0 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile new file mode 100644 index 000000000000..03ddfcfb722d --- /dev/null +++ b/x11/xproto/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xproto +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xproto +PORTVERSION= 6.6.p2 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 protocol 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}-6.6 + +.include <bsd.port.mk> diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo new file mode 100644 index 000000000000..3ba996f2ebf0 --- /dev/null +++ b/x11/xproto/distinfo @@ -0,0 +1 @@ +MD5 (xproto-6.6.p2.tar.bz2) = 95f894aed6538841902dee5a60ce2fb7 diff --git a/x11/xproto/files/patch-Makefile.in b/x11/xproto/files/patch-Makefile.in new file mode 100644 index 000000000000..e87e734977f6 --- /dev/null +++ b/x11/xproto/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Nov 9 22:47:17 2003 ++++ Makefile.in Sun Nov 9 22:47:29 2003 +@@ -133,7 +133,7 @@ + keysymdef.h + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xproto.pc + + EXTRA_DIST = autogen.sh xproto.pc.in diff --git a/x11/xproto/pkg-descr b/x11/xproto/pkg-descr new file mode 100644 index 000000000000..ecfb530b0694 --- /dev/null +++ b/x11/xproto/pkg-descr @@ -0,0 +1,6 @@ +This package contains X protocol and ancillary headers. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/xproto/pkg-plist b/x11/xproto/pkg-plist new file mode 100644 index 000000000000..80abca7cc40b --- /dev/null +++ b/x11/xproto/pkg-plist @@ -0,0 +1,18 @@ +include/X11/X.h +include/X11/XF86keysym.h +include/X11/Xarch.h +include/X11/Xatom.h +include/X11/Xdefs.h +include/X11/Xfuncproto.h +include/X11/Xfuncs.h +include/X11/Xmd.h +include/X11/Xos.h +include/X11/Xos_r.h +include/X11/Xosdefs.h +include/X11/Xpoll.h +include/X11/Xproto.h +include/X11/Xprotostr.h +include/X11/Xthreads.h +include/X11/keysym.h +include/X11/keysymdef.h +libdata/pkgconfig/xproto.pc |