freebsd-ports/sysutils/pipemeter/Makefile
Martin Wilke ecae4087e3 - Fix MASTER_SITES
- Add LICENSE
- Support MANPREFIX

PR:		162836
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-25 16:54:53 +00:00

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>