diff options
Diffstat (limited to 'x11/fbdesk/Makefile')
-rw-r--r-- | x11/fbdesk/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile new file mode 100644 index 000000000000..6986ecc8f91b --- /dev/null +++ b/x11/fbdesk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fbdesk +# Date created: 16 January 2003 +# Whom: Hendrik Scholz <hendrik@scholz.net> +# +# $FreeBSD$ +# + +PORTNAME= fbdesk +PORTVERSION= 1.1.2 +CATEGORIES= x11-wm +MASTER_SITES= http://fluxbox.sourceforge.net/download/ + +MAINTAINER= hendrik@scholz.net + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |