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/xf86dgaproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xf86dgaproto')
-rw-r--r-- | x11/xf86dgaproto/Makefile | 17 | ||||
-rw-r--r-- | x11/xf86dgaproto/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86dgaproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xf86dgaproto/pkg-plist | 6 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/xf86dgaproto/Makefile b/x11/xf86dgaproto/Makefile new file mode 100644 index 000000000000..070a66a55cd6 --- /dev/null +++ b/x11/xf86dgaproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xf86bigfontproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86dgaproto +PORTVERSION= 2.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= XFree86-DGA extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/xf86dgaproto/distinfo b/x11/xf86dgaproto/distinfo new file mode 100644 index 000000000000..4d9afff2c34c --- /dev/null +++ b/x11/xf86dgaproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/xf86dgaproto-2.0.2.tar.bz2) = 461aa291a23e8cf387b70f3efa71b05c +SHA256 (xorg/proto/xf86dgaproto-2.0.2.tar.bz2) = 3ee1db2481ea222269bd201eef4d0e5d8ca4dbdb5eeb4852cf1efc42d4269b60 +SIZE (xorg/proto/xf86dgaproto-2.0.2.tar.bz2) = 40066 diff --git a/x11/xf86dgaproto/pkg-descr b/x11/xf86dgaproto/pkg-descr new file mode 100644 index 000000000000..0d54abac204b --- /dev/null +++ b/x11/xf86dgaproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org XFree86-DGA extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xf86dgaproto/pkg-plist b/x11/xf86dgaproto/pkg-plist new file mode 100644 index 000000000000..6ffd6b28b310 --- /dev/null +++ b/x11/xf86dgaproto/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/xf86dga.h +include/X11/extensions/xf86dga1.h +include/X11/extensions/xf86dga1str.h +include/X11/extensions/xf86dgastr.h +libdata/pkgconfig/xf86dgaproto.pc +@dirrmtry include/X11/extensions |