freebsd-ports/sysutils/pipemeter/Makefile
Yen-Ming Lee 9ad7ab52c7 update to 0.9
replace pkg-plist with PORTDOCS and PLIST_FILES

PR:		62505
Submitted by:	Len Sassaman <rabbi@abditum.com>
2004-02-08 03:13:22 +00:00

32 lines
769 B
Makefile

# New ports collection makefile for: pipemeter
# Date created: 2003-12-02
# Whom: Len Sassaman
#
# $FreeBSD$
#
PORTNAME= pipemeter
PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= http://ports.abditum.com/pipemeter/ \
http://spamaps.org/files/pipemeter/
MAINTAINER= rabbi@abditum.com
COMMENT= Measure speed of data going through a pipe
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= pipemeter.1
PORTDOCS= Changelog README
PLIST_FILES= bin/pipemeter
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>