openbsd-ports/net/ntop/Makefile
brad 7b9088a4e0 - add patch to disable -w option
- tighten file perms so only root can run this and minus setuid/setgid
--
From: FreeBSD
2000-08-15 19:30:31 +00:00

34 lines
747 B
Makefile

# $OpenBSD: Makefile,v 1.20 2000/08/15 19:30:31 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.310
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@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>