mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c85b1486f4
PR: ports/77700 Submitted by: Sam Lawrance <boris at brooknet.com.au>
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# New ports collection makefile for: ftrace
|
|
# Date created: 06 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ftrace
|
|
PORTVERSION= 0.9b
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://software.senko.net/pub/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A file modification/creation watcher
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|