diff options
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r-- | x11-wm/blackbox/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile new file mode 100644 index 0000000..68cc1b4 --- /dev/null +++ b/x11-wm/blackbox/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: Blackbox +# Version required: 0.33.3 +# Date created: June 15, 1998 +# Whom: Brian Handy <handy@physics.montana.edu> +# +# $Id$ +# + +DISTNAME= blackbox-0.33.3 +CATEGORIES= x11 +MASTER_SITES= http://linux.wiw.org/blackbox/sources/ + +MAINTAINER= ports@FreeBSD.ORG + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |