35 lines
740 B
Makefile
Raw Normal View History

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