mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e5841f2cd
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
29 lines
593 B
Makefile
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>
|