diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/glproto/Makefile | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) | |
download | ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.tar.gz ports-15dac70c75ad7e5286c80ca05c69fbfc1061905c.zip |
Notes
Diffstat (limited to 'x11/glproto/Makefile')
-rw-r--r-- | x11/glproto/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile deleted file mode 100644 index 73aa818e6695..000000000000 --- a/x11/glproto/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= glproto -PORTVERSION= 1.4.17 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= GLX extension headers - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -XORG_CAT= proto - -.include <bsd.port.mk> |