aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/iftop/Makefile
blob: 554160226dd4b5caf35ee9612c916b7873b11155 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    iftop
# Date created:                 24 May 2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   iftop
PORTVERSION=    0.17
CATEGORIES= net-mgmt
MASTER_SITES=   http://www.ex-parrot.com/~pdw/iftop/download/

MAINTAINER= vd@FreeBSD.org
COMMENT=    Display bandwidth usage on an interface by host

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-resolver=netdb_1thread

MAN8=       iftop.8

.if !defined(NOPORTDOCS)
PORTDOCS=   README
.endif
PLIST_FILES=    bin/iftop

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
         ${WRKSRC}/configure

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MAN8PREFIX}/man/man8

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>