mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
453 B
Makefile
18 lines
453 B
Makefile
# Created by: 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 ${STAGEDIR}${PREFIX}/bin
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
|
|
|
|
.include <bsd.port.mk>
|