aboutsummaryrefslogtreecommitdiff
path: root/x11/wmdrawer/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:38:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:38:52 +0000
commitbe3c8e68c88586c8bdff3cc84b1a11bf16ae62a2 (patch)
tree02e5de9c3071062631756d0585c73fdd4080793f /x11/wmdrawer/Makefile
parenta7c64082f90c15a55b62cb3d63585933a8173e67 (diff)
Notes
Diffstat (limited to 'x11/wmdrawer/Makefile')
-rw-r--r--x11/wmdrawer/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile
new file mode 100644
index 000000000000..a3d712393380
--- /dev/null
+++ b/x11/wmdrawer/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: wmDrawer
+# Date created: Apr 6, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmdrawer
+PORTVERSION= 0.9.17.1
+CATEGORIES= x11 windowmaker
+MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A dockapp which provides a drawer to launch applications
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20
+USE_GMAKE= yes
+MAKE_ENV= DOCSDIR=${DOCSDIR}
+
+MANCOMPRESSED= yes
+MAN1= wmdrawer.1x
+
+.include <bsd.port.mk>