diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-16 03:04:34 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-16 03:04:34 +0000 |
commit | 1b9a44a28b45c460d2558ec26562a756127e20f7 (patch) | |
tree | 66e998a892088c626dfad4fd8abd7811e9d44eaa /x11-wm/openbox/Makefile | |
parent | 4e4a9d5d8d5b0d71d5df11a87196d8d50dcc3ca5 (diff) |
Notes
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile new file mode 100644 index 000000000000..68cc1b46baca --- /dev/null +++ b/x11-wm/openbox/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> |