diff options
author | obraun <obraun@FreeBSD.org> | 2003-01-18 23:49:38 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-01-18 23:49:38 +0000 |
commit | b3c90f7fc2bbc405c20a04f99b51ac1a08fcb462 (patch) | |
tree | d86f3aa34d76b745326f29afa947436bf4b0f957 /x11/fbdesk/Makefile | |
parent | 4e0feabd48442be523fc9647f0c2dbca60ac68a9 (diff) | |
download | FreeBSD-ports-b3c90f7fc2bbc405c20a04f99b51ac1a08fcb462.zip FreeBSD-ports-b3c90f7fc2bbc405c20a04f99b51ac1a08fcb462.tar.gz |
Add fbdesk 1.1.2, a Fluxbox utility to create and manage icons on the desktop.
PR: ports/47150
Submitted by: Hendrik Scholz <hendrik@scholz.net>
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 0000000..6986ecc --- /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> |