diff options
Diffstat (limited to 'x11/glproto/Makefile')
-rw-r--r-- | x11/glproto/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile new file mode 100644 index 000000000000..14edaf1fda84 --- /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.8 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= GLX extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> |