1999-10-05 16:25:27 +00:00
|
|
|
# New ports collection makefile for: roottail
|
|
|
|
# Date created: 30 September 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= roottail
|
2000-07-18 19:44:14 +00:00
|
|
|
PORTVERSION= 0.0.6
|
1999-10-05 16:25:27 +00:00
|
|
|
CATEGORIES= sysutils
|
2000-07-18 19:44:14 +00:00
|
|
|
MASTER_SITES= http://www.goof.com/pcg/marc/data/ \
|
|
|
|
ftp://www.goof.com/pub/pcg/marc/
|
|
|
|
DISTNAME= root-tail-0.0.6
|
1999-10-05 16:25:27 +00:00
|
|
|
|
2000-07-18 19:44:14 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-10-05 16:25:27 +00:00
|
|
|
|
2000-07-18 19:44:14 +00:00
|
|
|
MAN1= root-tail.1
|
1999-10-05 16:25:27 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
do-install:
|
2000-07-18 19:44:14 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/root-tail.man ${PREFIX}/man/man1/root-tail.1
|
1999-10-05 16:25:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|