freebsd-ports/net/ntop/Makefile
Bill Fumerola e1ee75a456 when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have made
it GNU_CONFIGURE...

PR:		ports/32235
Submitted by:	Thomas Hurst <freaky@aagh.net>
2002-01-04 01:17:46 +00:00

28 lines
593 B
Makefile

# New ports collection makefile for: ntop
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $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>