diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/fixesproto | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/fixesproto')
-rw-r--r-- | x11/fixesproto/Makefile | 17 | ||||
-rw-r--r-- | x11/fixesproto/distinfo | 3 | ||||
-rw-r--r-- | x11/fixesproto/pkg-descr | 5 | ||||
-rw-r--r-- | x11/fixesproto/pkg-plist | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile new file mode 100644 index 000000000000..3ea2a4e24ebf --- /dev/null +++ b/x11/fixesproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fixesproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= fixesproto +PORTVERSION= 4.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Fixes extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/fixesproto/distinfo b/x11/fixesproto/distinfo new file mode 100644 index 000000000000..9bca631147e5 --- /dev/null +++ b/x11/fixesproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/fixesproto-4.0.tar.bz2) = 8b298cc3424597f8138c7faf7763dce9 +SHA256 (xorg/proto/fixesproto-4.0.tar.bz2) = b3fe971ccc8152db6c78da7117c31fc4cd2fcb2b6a4df3db0f8fed13d4ceb08f +SIZE (xorg/proto/fixesproto-4.0.tar.bz2) = 38550 diff --git a/x11/fixesproto/pkg-descr b/x11/fixesproto/pkg-descr new file mode 100644 index 000000000000..5e2d9367eadd --- /dev/null +++ b/x11/fixesproto/pkg-descr @@ -0,0 +1,5 @@ +This package contains X.Org Fixes extension protocol specification +and header files. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/fixesproto/pkg-plist b/x11/fixesproto/pkg-plist new file mode 100644 index 000000000000..f1bec6c8e826 --- /dev/null +++ b/x11/fixesproto/pkg-plist @@ -0,0 +1,4 @@ +include/X11/extensions/xfixesproto.h +include/X11/extensions/xfixeswire.h +libdata/pkgconfig/fixesproto.pc +@dirrmtry include/X11/extensions |