diff options
author | mph <mph@FreeBSD.org> | 1998-06-16 03:04:34 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-16 03:04:34 +0000 |
commit | 2064756f638775bb1a080804a3dcb670a366c4e5 (patch) | |
tree | 8d32098edce60c9c4e0a5e0404f6b760e8b1dd8a /x11-wm/openbox/Makefile | |
parent | 80d7dd4e8956f3c6d714f1100599653fec7e627a (diff) | |
download | FreeBSD-ports-2064756f638775bb1a080804a3dcb670a366c4e5.zip FreeBSD-ports-2064756f638775bb1a080804a3dcb670a366c4e5.tar.gz |
Import of blackbox 0.33.3, yet another window manager. Small and
lightweight, but reasonably attractive (in my 3 minute test).
PR: 6960
Submitted by: Brian Handy <handy@physics.montana.edu>
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 0000000..68cc1b4 --- /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> |