freebsd-ports/sysutils/wtail/Makefile
Edwin Groothuis 40da83e761 wtail does the equivalent of tail -f on several files at once.
The screen is split into as many parts as there are files to watch.
Compiles on both -STABLE and -CURRENT.

PR:		ports/46958
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-01-12 00:09:16 +00:00

23 lines
473 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.0
CATEGORIES= sysutils
MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/
MAINTAINER= mich@freebsdcluster.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif
.include <bsd.port.mk>