diff options
Diffstat (limited to 'net-mgmt/iftop/Makefile')
-rw-r--r-- | net-mgmt/iftop/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/iftop/Makefile b/net-mgmt/iftop/Makefile deleted file mode 100644 index 2ee2a852e40b..000000000000 --- a/net-mgmt/iftop/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: iftop -# Date created: 24 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ -# - -PORTNAME= iftop -PORTVERSION= 0.15 -CATEGORIES= net -MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ - -MAINTAINER= krion@FreeBSD.org -COMMENT= Network utility for real-time bandwidth usage information - -GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_REINPLACE= yes -DOCFILES= README - -MAN8= iftop.8 - -.include <bsd.port.pre.mk> - -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 ${PREFIX}/man/man8 - -post-install: -.ifndef (NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -.for doc in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> |