openbsd-ports/net/ntop/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

31 lines
725 B
Makefile

# $OpenBSD: Makefile,v 1.28 2007/09/15 22:36:56 merdely Exp $
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
COMMENT= network usage, interface similar to top(1)
DISTNAME= ntop-1.1
DISTFILES= ${DISTNAME}-src.tar.gz
CATEGORIES= net
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
ftp://totem.fix.no/pub/mirrors/misc/
HOMEPAGE= http://www.ntop.org/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses pcap
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-lsof --disable-threads
ALL_TARGET=
INSTALL_TARGET= install install-man
post-install:
@chmod 700 ${PREFIX}/sbin/ntop
@strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>