freebsd-ports/sysutils/wtail/Makefile
Michael Landin 1fe8493549 Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor)
2003-05-07 11:37:56 +00:00

24 lines
537 B
Makefile

# ex:ts=8
# New ports collection makefile for: wtail
# Date created: Jan 11, 2003
# Whom: mich@freebsdcluster.org
#
# $FreeBSD$
#
PORTNAME= wtail
PORTVERSION= 0.2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/
MAINTAINER= mich@FreeBSD.org
COMMENT= Wtail does the equivalent of tail -f on several files at once
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
.include <bsd.port.mk>