diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-02 06:27:24 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-02 06:27:24 +0000 |
commit | 34911b5d205804d3c736f57fb90d6647cd341d9a (patch) | |
tree | 437297f3e1e6c2d623de8d198dc3efa6d524a209 /x11/xcb/Makefile | |
parent | 1fad16783acd731a2b52b3fc7fe53d69a3e76c8c (diff) | |
download | FreeBSD-ports-34911b5d205804d3c736f57fb90d6647cd341d9a.zip FreeBSD-ports-34911b5d205804d3c736f57fb90d6647cd341d9a.tar.gz |
Bring in xcb, version 2.3. Very useful.
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 0000000..ebd2e31 --- /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> |