diff options
Diffstat (limited to 'x11/xproto/Makefile')
-rw-r--r-- | x11/xproto/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile new file mode 100644 index 0000000..26daa09 --- /dev/null +++ b/x11/xproto/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xproto +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xproto +PORTVERSION= 7.0.23 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 protocol headers + +XORG_CAT= proto +USE_GNOME= pkgconfig + +CONFIGURE_ARGS+=--disable-specs + +.include <bsd.port.mk> |