freebsd-ports/sysutils/wtail/Makefile
Pete Fritchman 5cc9fa1a20 update to 0.2.1.
PR:		47000 (wow!)
Submitted by:	maintainer
2003-01-13 02:23:28 +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.1
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>