mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6576fd9a0b
PR: ports/105753 Submitted by: miwi Approved by: maintainer
28 lines
604 B
Makefile
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.2
|
|
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>
|