aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ftrace/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-01-06 14:28:05 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-01-06 14:28:05 +0000
commit8073f81d694845394d580076b0b47502d0bbfc0a (patch)
tree0807d78bef4ead8fbc76d045cf5da762ba17cf8f /sysutils/ftrace/Makefile
parent0e8b58d01fac526f731ad3a48d372c548e6859f2 (diff)
Add ftrace 0.9, a file modification/creation watcher.
(Note: This port can be used to easily create PLIST's!) PR: 24105 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=36856
Diffstat (limited to 'sysutils/ftrace/Makefile')
-rw-r--r--sysutils/ftrace/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/ftrace/Makefile b/sysutils/ftrace/Makefile
new file mode 100644
index 000000000000..7c52883ebaa6
--- /dev/null
+++ b/sysutils/ftrace/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ftrace
+# Date created: 06 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ftrace
+PORTVERSION= 0.9
+CATEGORIES= sysutils
+MASTER_SITES= http://software.senko.net/pub/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+
+.include <bsd.port.mk>