aboutsummaryrefslogtreecommitdiffstats
path: root/net/ppptraf/Makefile
blob: 78745e0acafa32b3c999982ba19ac27219a1f482 (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
# New ports collection makefile for:    ppptraf
# Date created:     9 February 2000
# Whom:         diskiller@cnbinc.com
#
# $FreeBSD$
#

PORTNAME=   ppptraf
PORTVERSION=    1.0
CATEGORIES= net
MASTER_SITES=   http://people.FreeBSD.org/~dburr/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A ncurses based PPP Traffic (bytes in/out) monitoring program

DEPRECATED= "author has abandoned this program"

#MAN1=      ppptraf.1

post-patch:
    ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile

.include <bsd.port.mk>