diff options
Diffstat (limited to 'x11/xcb/Makefile')
-rw-r--r-- | x11/xcb/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile new file mode 100644 index 000000000000..ebd2e31c64c1 --- /dev/null +++ b/x11/xcb/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xcb +# Version required: 2.3 +# Date created: 1 August 1995 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= xcb-2.3 +CATEGORIES+= x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ + +MAINTAINER= jkh@FreeBSD.ORG +USE_IMAKE= yes + +.include <bsd.port.mk> |