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
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= network usage, interface similar to top(1)
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2006-11-04 14:19:15 -05:00
|
|
|
DISTNAME= ntop-1.1
|
2012-03-12 13:16:19 -04:00
|
|
|
REVISION= 1
|
2006-11-04 14:19:15 -05:00
|
|
|
DISTFILES= ${DISTNAME}-src.tar.gz
|
1998-08-17 01:17:33 -04:00
|
|
|
CATEGORIES= net
|
2012-03-12 13:16:19 -04:00
|
|
|
MASTER_SITES= ftp://totem.fix.no/pub/mirrors/misc/
|
1998-08-17 01:17:33 -04:00
|
|
|
|
2000-06-26 04:43:49 -04:00
|
|
|
HOMEPAGE= http://www.ntop.org/
|
1999-09-07 11:54:59 -04:00
|
|
|
|
2012-03-12 13:16:19 -04:00
|
|
|
# NTOP LICENSE (see COPYING in WRKSRC)
|
2000-03-20 02:12:36 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2012-03-12 13:16:19 -04:00
|
|
|
|
|
|
|
WANTLIB += c ncurses pcap pthread
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-06-26 04:43:49 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2012-03-12 13:16:19 -04:00
|
|
|
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:
|
2000-08-15 15:30:31 -04:00
|
|
|
@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>
|