diff options
author | petef <petef@FreeBSD.org> | 2001-11-06 14:30:20 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-06 14:30:20 +0000 |
commit | 9cb542f970fea1ce4888b28910d8fc33b2fd29da (patch) | |
tree | cd13a20a49ba6eb646320a8498fb3025ad2ef8ad /x11-wm/bbconf/Makefile | |
parent | ba501e97ac14eed576a42c266ef08faf3cdb3886 (diff) | |
download | FreeBSD-ports-9cb542f970fea1ce4888b28910d8fc33b2fd29da.zip FreeBSD-ports-9cb542f970fea1ce4888b28910d8fc33b2fd29da.tar.gz |
Add bbconf-1.2, a configurator for the Blackbox window manager
PR: 31639
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'x11-wm/bbconf/Makefile')
-rw-r--r-- | x11-wm/bbconf/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile new file mode 100644 index 0000000..3355339 --- /dev/null +++ b/x11-wm/bbconf/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bbconf +# Date created: 29 October 2001 +# Whom: Stijn Hoop <stijn@win.tue.nl> +# +# $FreeBSD$ +# + +PORTNAME= bbconf +PORTVERSION= 1.2 +CATEGORIES= x11-wm +MASTER_SITES= http://bbconf.sourceforge.net/code/ + +MAINTAINER= stijn@win.tue.nl + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_QT_VER= 2 + +MAN1= bbconf.1 + +.include <bsd.port.mk> |