summaryrefslogtreecommitdiff
path: root/x11/fbdesk/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-18 23:49:38 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-18 23:49:38 +0000
commit756160abeba52223f6b02118982d1fa0138adace (patch)
tree97b0ba2cf048a6ad25d2d135df904cf31d25d3f7 /x11/fbdesk/Makefile
parentMake fetchable. Change Maintainers Email Address. (diff)
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>
Notes
Notes: svn path=/head/; revision=73450
Diffstat (limited to 'x11/fbdesk/Makefile')
-rw-r--r--x11/fbdesk/Makefile20
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>