aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxbox-devel/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-13 10:55:45 +0800
committerpat <pat@FreeBSD.org>2001-12-13 10:55:45 +0800
commit4e14404cab9a19f2a7976ba287db43bc0371e5e0 (patch)
treee43ee63f676f8368166ef613e0d97b5e8b1632ff /x11-wm/fluxbox-devel/Makefile
parentee6b9449c7a5123c8b33caf1836cce6600264088 (diff)
downloadfreebsd-ports-gnome-4e14404cab9a19f2a7976ba287db43bc0371e5e0.tar.gz
freebsd-ports-gnome-4e14404cab9a19f2a7976ba287db43bc0371e5e0.tar.zst
freebsd-ports-gnome-4e14404cab9a19f2a7976ba287db43bc0371e5e0.zip
Initial import of x11-wm/fluxbox - A small and fast window
manager based on BlackBox. Most of the port came from spn and merged update to 0.1.5 and some parts of pkg-descr from Matthew Hawkins's submission. PR: 32390, 32655 Submitted by: spn <spn@g0v.ru>, Matthew Hawkins <matthew@topic.com.au>
Diffstat (limited to 'x11-wm/fluxbox-devel/Makefile')
-rw-r--r--x11-wm/fluxbox-devel/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile
new file mode 100644
index 000000000000..ed055e9e27b8
--- /dev/null
+++ b/x11-wm/fluxbox-devel/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: fluxbox
+# Date created: 29 November 2001
+# Whom: spn
+#
+# $FreeBSD$
+#
+
+PORTNAME= fluxbox
+PORTVERSION= 0.1.5
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= spn@g0v.ru
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN1= fluxbox.1 bsetroot.1
+
+.include <bsd.port.mk>