blob: 4dc48c72a36db64e6f765ff29d2180c890819d84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Len Sassama
# $FreeBSD$
PORTNAME= pipemeter
PORTVERSION= 1.1.3
CATEGORIES= sysutils
MASTER_SITES= http://launchpadlibrarian.net/57215122/ \
http://spamaps.org/files/pipemeter/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for displaying pipe status information
LICENSE= GPLv2 # (or later)
GNU_CONFIGURE= yes
MAN1= pipemeter.1
PLIST_FILES= bin/pipemeter
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipemeter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipemeter.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|