32 lines
718 B
Makefile
Raw Normal View History

2003-02-24 21:28:45 +00:00
# $OpenBSD: Makefile,v 1.25 2003/02/24 21:28:45 rohee 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)"
1999-05-05 18:27:57 +00:00
DISTNAME= ntop-1.1-src
1999-02-25 23:31:51 +00:00
PKGNAME= ntop-1.1
1998-08-17 05:17:33 +00:00
CATEGORIES= net
1999-05-05 18:27:57 +00:00
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
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
2000-03-20 07:12:36 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:02:07 +00:00
CONFIGURE_STYLE= gnu
1999-05-19 15:57:43 +00:00
CONFIGURE_ARGS= --disable-lsof --disable-threads
1999-03-28 20:11:39 +00:00
1998-08-17 05:17:33 +00:00
ALL_TARGET=
INSTALL_TARGET= install install-man
2000-03-20 07:12:36 +00:00
WRKDIST= ${WRKDIR}/${PKGNAME}
1998-08-17 05:17:33 +00:00
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>