freebsd-ports/net/ntop/Makefile

29 lines
593 B
Makefile
Raw Normal View History

# New ports collection makefile for: ntop
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= ntop
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
DISTFILES= ${DISTNAME}-src.tar.gz
MAINTAINER= billf@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET=
INSTALL_TARGET= install install-man
MAN8= ntop.8
post-install:
${CHMOD} u-s,g-srx ${PREFIX}/sbin/ntop
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>