1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/pipemeter/Makefile
Ion-Mihai Tetcu 9c9225503f Update to 1.1.3. [1]
This fixes ports/112118

PR:		ports/112118 [2]
Submitted by:	Dmitry Marakasov [2], maintianer [1]
2007-08-13 08:14:16 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: pipemeter
# Date created: 2003-12-02
# Whom: Len Sassama
#
# $FreeBSD$
#
PORTNAME= pipemeter
PORTVERSION= 1.1.3
CATEGORIES= sysutils
MASTER_SITES= http://ports.abditum.com/pipemeter/ \
http://spamaps.org/files/pipemeter/
MAINTAINER= rabbi@abditum.com
COMMENT= A tool for displaying pipe status information
GNU_CONFIGURE= yes
USE_GCC= 3.4+
MAN1= pipemeter.1
PLIST_FILES= bin/pipemeter
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin/pipemeter
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${PREFIX}/man/man1/pipemeter.1
.include <bsd.port.mk>