freebsd-ports/net/ntop/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

29 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
HAS_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>