openbsd-ports/net/iftop/Makefile
ajacoutot e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00

33 lines
673 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/01/26 08:03:57 ajacoutot Exp $
COMMENT = display bandwidth usage on an inteface
DISTNAME = iftop-0.17
REVISION = 2
CATEGORIES = net
HOMEPAGE = http://www.ex-parrot.com/~pdw/iftop/
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c curses m pcap pthread
MASTER_SITES = ${HOMEPAGE}download/
CONFIGURE_STYLE = gnu dest
USE_GROFF = Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iftop ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iftop.8 ${PREFIX}/man/man8
NO_REGRESS = Yes
.include <bsd.port.mk>