diff options
Diffstat (limited to 'x11-wm/fluxbox/Makefile')
-rw-r--r-- | x11-wm/fluxbox/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile new file mode 100644 index 000000000000..ed055e9e27b8 --- /dev/null +++ b/x11-wm/fluxbox/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> |