summaryrefslogtreecommitdiff
path: root/sysutils/xfsm/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-01 17:16:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-01 17:16:25 +0000
commit27977e91fcd3ecc6f4fb046d981b6232b5a61922 (patch)
treee90e441b6213c412c55734d75617abe9071b4441 /sysutils/xfsm/Makefile
parentUpdate changed md5 on distfile. (diff)
X File System Monitor, it provide some infomation of your filesystem.
Notes
Notes: svn path=/head/; revision=8939
Diffstat (limited to 'sysutils/xfsm/Makefile')
-rw-r--r--sysutils/xfsm/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile
new file mode 100644
index 000000000000..065ed6bf2f9a
--- /dev/null
+++ b/sysutils/xfsm/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xfsm
+# Version required: 1.95
+# Date Created: 24 Nov 1997
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= xfsm-1.95
+CATEGORIES= sysutils x11
+MASTER_SITES= http://www.peoplesoft.com/peoplepages/g/robert_gasch/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/xfsm
+USE_IMAKE= yes
+
+.include <bsd.port.mk>