ecae4087e3
- Add LICENSE - Support MANPREFIX PR: 162836 Submitted by: Ports Fury Feature safe: yes
29 lines
636 B
Makefile
29 lines
636 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://launchpadlibrarian.net/57215122/ \
|
|
http://spamaps.org/files/pipemeter/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool for displaying pipe status information
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|