summaryrefslogtreecommitdiff
path: root/x11-wm/wmname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmname/Makefile')
-rw-r--r--x11-wm/wmname/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/wmname/Makefile b/x11-wm/wmname/Makefile
new file mode 100644
index 000000000000..f7ca55ec9310
--- /dev/null
+++ b/x11-wm/wmname/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: wmname
+# Date created: 31 July 2009
+# Whom: V. Jahns <vj562001@yahoo.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmname
+PORTVERSION= 0.1
+CATEGORIES= x11-wm
+MASTER_SITES= http://code.suckless.org/dl/tools/
+
+MAINTAINER= vj562001@yahoo.de
+COMMENT= Prints/sets the window manager name property of the root window
+
+USE_XORG= x11 xproto
+
+PLIST_FILES= bin/wmname
+
+.include <bsd.port.mk>