aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmfsm/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-02-05 06:44:33 +0800
committersobomax <sobomax@FreeBSD.org>2001-02-05 06:44:33 +0800
commit0137326700f7e73259939a34ba7c59c1770a2f00 (patch)
tree3881061cbbe49b61c9810770fa07141b440c7d30 /sysutils/wmfsm/Makefile
parent8463997cb10144c93e520ddfcfa3ecda51fabeef (diff)
downloadfreebsd-ports-graphics-0137326700f7e73259939a34ba7c59c1770a2f00.tar.gz
freebsd-ports-graphics-0137326700f7e73259939a34ba7c59c1770a2f00.tar.zst
freebsd-ports-graphics-0137326700f7e73259939a34ba7c59c1770a2f00.zip
Add wmfsm 0.31, displays filesystem usage of mountpoints in a nice
WindowMaker dockapp. PR: 24012 Submitted by: Steven Enderle <panic@subphase.de>
Diffstat (limited to 'sysutils/wmfsm/Makefile')
-rw-r--r--sysutils/wmfsm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/wmfsm/Makefile b/sysutils/wmfsm/Makefile
new file mode 100644
index 00000000000..b4204d2ba73
--- /dev/null
+++ b/sysutils/wmfsm/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: wmfsm
+# Date created: 2 January 2001
+# Whom: Steven Enderle <panic@subphase.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmfsm
+PORTVERSION= 0.31
+CATEGORIES= sysutils windowmaker
+MASTER_SITES= http://netpedia.net/hosting/wmfsm/source/ \
+ http://e.dyn.mdn.de/mirror/wmfsm/
+
+MAINTAINER= panic@subphase.de
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/wmfsm
+
+MAKEFILE= Makefile.bsd
+
+USE_X_PREFIX= yes
+USE_XPM= yes
+
+.include <bsd.port.mk>