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/xf86driproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xf86driproto')
-rw-r--r-- | x11/xf86driproto/Makefile | 17 | ||||
-rw-r--r-- | x11/xf86driproto/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86driproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xf86driproto/pkg-plist | 7 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xf86driproto/Makefile b/x11/xf86driproto/Makefile new file mode 100644 index 000000000000..5050dc0d49f8 --- /dev/null +++ b/x11/xf86driproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xf86bigfontproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86driproto +PORTVERSION= 2.0.3 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= XFree86-DRI extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/xf86driproto/distinfo b/x11/xf86driproto/distinfo new file mode 100644 index 000000000000..8bc28ed9ccc2 --- /dev/null +++ b/x11/xf86driproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/xf86driproto-2.0.3.tar.bz2) = e4a282cfd708b8892fca4425fee9cd7b +SHA256 (xorg/proto/xf86driproto-2.0.3.tar.bz2) = 111c469a24374803b08104c725d8318760b226cedccd12b199c83d1b2756b8d6 +SIZE (xorg/proto/xf86driproto-2.0.3.tar.bz2) = 42828 diff --git a/x11/xf86driproto/pkg-descr b/x11/xf86driproto/pkg-descr new file mode 100644 index 000000000000..8ccf4c7141ff --- /dev/null +++ b/x11/xf86driproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org XFree86-DRI extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xf86driproto/pkg-plist b/x11/xf86driproto/pkg-plist new file mode 100644 index 000000000000..ad29f350c9d3 --- /dev/null +++ b/x11/xf86driproto/pkg-plist @@ -0,0 +1,7 @@ +include/GL/internal/dri_interface.h +include/X11/dri/xf86dri.h +include/X11/dri/xf86dristr.h +libdata/pkgconfig/xf86driproto.pc +@dirrm include/X11/dri +@dirrmtry include/GL/internal +@dirrmtry include/GL |