diff options
Diffstat (limited to 'sysutils/wtail/Makefile')
-rw-r--r-- | sysutils/wtail/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile new file mode 100644 index 0000000..005f902 --- /dev/null +++ b/sysutils/wtail/Makefile @@ -0,0 +1,23 @@ +# 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> |