1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/wtail/Makefile
John Marino f8e9f74049 sysutils/wtail: document ncurses requirement (USES+=ncurses)
Also link with libncurses rather than libcurses.

approved by:	infrastructure blanket
2016-02-04 17:26:06 +00:00

21 lines
490 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
USES= ncurses
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wtail ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
.include <bsd.port.mk>