aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pipemeter/Makefile
blob: 23639cb5246fcb3fc49956be9c3a620ab87469b5 (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
25
26
# 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

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>