openbsd-ports/net/ntop/Makefile
niklas 5c862f514a Remove setuid root as this program can be used to do passive information
gathering of security sensitive data of mere users otherwise.  Add support
for some other datalink types, like the lo, ppp, slip & enc interfaces.
1998-11-29 20:27:11 +00:00

28 lines
563 B
Makefile

# Ports makefile for: ntop
# Version required: 0.4
# Date created: 17 August 1998
# Whom: Oleg Safiullin <form@OpenBSD.ORG>
#
# $OpenBSD: Makefile,v 1.3 1998/11/29 20:27:11 niklas Exp $
# FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp
#
DISTNAME= ntop-0.4-src
PKGNAME= ntop-0.4
CATEGORIES= net
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
MAINTAINER= form@OpenBSD.ORG
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
ALL_TARGET=
INSTALL_TARGET= install install-man
MAN8= ntop.8
post-install:
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>