aboutsummaryrefslogtreecommitdiffstats
path: root/x11/dmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/dmenu/Makefile')
-rw-r--r--x11/dmenu/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile
new file mode 100644
index 000000000000..7556bbf5b454
--- /dev/null
+++ b/x11/dmenu/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: dmenu
+# Date created: August 4, 2006
+# Whom: Jeroen Schot <schot@a-eskwadraat.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dmenu
+PORTVERSION= 0.3
+CATEGORIES= x11
+MASTER_SITES= http://10kloc.org/download/ \
+ http://schot.a-eskwadraat.nl/files/
+
+MAINTAINER= schot@a-eskwadraat.nl
+COMMENT= X11 menu application (not only) for the dwm window manager
+
+USE_XLIB= yes
+
+MAN1= dmenu.1
+PLIST_FILES= bin/dmenu
+
+.include <bsd.port.mk>