diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/fixesproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
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 |