diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:43:42 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:43:42 +0800 |
commit | eb384524d18261e42f80deeb7cbe74523f1d49eb (patch) | |
tree | 0495ae031d15285d4795cdeb948cfc6df2c97f58 /x11/glproto | |
parent | e8fa453ef65d0752f7b1379dc1726874936edf7d (diff) | |
download | xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.gz xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.bz2 xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.lz xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.xz xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.zst xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.zip |
- Move ports/branches/xorg-dev to ports/trunk/
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@388 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/glproto')
-rw-r--r-- | x11/glproto/Makefile | 17 | ||||
-rw-r--r-- | x11/glproto/distinfo | 2 | ||||
-rw-r--r-- | x11/glproto/pkg-descr | 3 | ||||
-rw-r--r-- | x11/glproto/pkg-plist | 9 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile new file mode 100644 index 0000000..593cf9b --- /dev/null +++ b/x11/glproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: glproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= glproto +PORTVERSION= 1.4.14 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= GLX extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/glproto/distinfo b/x11/glproto/distinfo new file mode 100644 index 0000000..3423629 --- /dev/null +++ b/x11/glproto/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/proto/glproto-1.4.14.tar.bz2) = 7aaf555a100a63c67dbffc63153dcaaa3de1a36e605a2e98fce63f64089ff999 +SIZE (xorg/proto/glproto-1.4.14.tar.bz2) = 113392 diff --git a/x11/glproto/pkg-descr b/x11/glproto/pkg-descr new file mode 100644 index 0000000..07573ef --- /dev/null +++ b/x11/glproto/pkg-descr @@ -0,0 +1,3 @@ +This package contains X.Org GLX extension headers. + +WWW: http://www.freedesktop.org/wiki/Software/xlibs diff --git a/x11/glproto/pkg-plist b/x11/glproto/pkg-plist new file mode 100644 index 0000000..da73d63 --- /dev/null +++ b/x11/glproto/pkg-plist @@ -0,0 +1,9 @@ +include/GL/glxint.h +include/GL/glxmd.h +include/GL/glxproto.h +include/GL/glxtokens.h +include/GL/internal/glcore.h +libdata/pkgconfig/glproto.pc +@dirrmtry include/GL/internal +@dirrmtry include/GL +@dirrmtry include/X11/extensions |