1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/sysutils/ftrace/Makefile
Kirill Ponomarev c85b1486f4 Update to version 0.9b
PR:		ports/77700
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-19 07:45:07 +00:00

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>