2000-09-24 03:03:59 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2000/09/24 07:04:12 brad Exp $
|
1999-02-25 18:31:51 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
|
1998-08-17 01:17:33 -04:00
|
|
|
|
1999-05-05 14:27:57 -04:00
|
|
|
DISTNAME= ntop-1.1-src
|
1999-02-25 18:31:51 -05:00
|
|
|
PKGNAME= ntop-1.1
|
1998-08-17 01:17:33 -04:00
|
|
|
CATEGORIES= net
|
2000-09-24 03:03:59 -04:00
|
|
|
NEED_VERSION= 1.330
|
1999-05-05 14:27:57 -04:00
|
|
|
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
|
1999-05-07 16:30:55 -04:00
|
|
|
http://www.freenix.no/~anders/ \
|
|
|
|
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
|
|
|
|
2000-09-24 03:03:59 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-05-05 14:27:57 -04:00
|
|
|
|
2000-03-20 02:12:36 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-06-26 04:43:49 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-05-19 11:57:43 -04:00
|
|
|
CONFIGURE_ARGS= --disable-lsof --disable-threads
|
1999-03-28 15:11:39 -05:00
|
|
|
|
1998-08-17 01:17:33 -04:00
|
|
|
ALL_TARGET=
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
2000-03-20 02:12:36 -05:00
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
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>
|