mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
43b3847985
PR: 47040 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
24 lines
473 B
Makefile
24 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.2
|
|
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>
|