openbsd-ports/net/ntop/Makefile
2000-09-24 07:03:59 +00:00

34 lines
760 B
Makefile

# $OpenBSD: Makefile,v 1.21 2000/09/24 07:04:12 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
DISTNAME= ntop-1.1-src
PKGNAME= ntop-1.1
CATEGORIES= net
NEED_VERSION= 1.330
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
HOMEPAGE= http://www.ntop.org/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-lsof --disable-threads
ALL_TARGET=
INSTALL_TARGET= install install-man
WRKDIST= ${WRKDIR}/${PKGNAME}
post-install:
@chmod 700 ${PREFIX}/sbin/ntop
@strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>