openbsd-ports/net/ntop/Makefile

33 lines
611 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.34 2013/03/11 11:35:50 espie Exp $
1998-08-17 01:17:33 -04:00
COMMENT= network usage, interface similar to top(1)
DISTNAME= ntop-1.1
REVISION= 1
DISTFILES= ${DISTNAME}-src.tar.gz
1998-08-17 01:17:33 -04:00
CATEGORIES= net
MASTER_SITES= ftp://totem.fix.no/pub/mirrors/misc/
1998-08-17 01:17:33 -04:00
HOMEPAGE= http://www.ntop.org/
1999-09-07 11:54:59 -04:00
# NTOP LICENSE (see COPYING in WRKSRC)
2000-03-20 02:12:36 -05:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ncurses pcap pthread
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-lsof
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
1999-03-28 15:11:39 -05:00
1998-08-17 01:17:33 -04:00
ALL_TARGET=
INSTALL_TARGET= install install-man
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2012-05-07 01:09:47 -04:00
1998-08-17 01:17:33 -04:00
post-install:
@chmod 700 ${PREFIX}/sbin/ntop
2000-03-20 02:12:36 -05:00
@strip ${PREFIX}/sbin/ntop
1998-08-17 01:17:33 -04:00
.include <bsd.port.mk>