diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-06 14:28:05 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-06 14:28:05 +0000 |
commit | 8073f81d694845394d580076b0b47502d0bbfc0a (patch) | |
tree | 0807d78bef4ead8fbc76d045cf5da762ba17cf8f /sysutils/ftrace/Makefile | |
parent | 0e8b58d01fac526f731ad3a48d372c548e6859f2 (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/Makefile | 18 |
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> |