openbsd-ports/net/ntop/Makefile
brad a156cd41fb - add HOMEPAGE
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-26 08:43:49 +00:00

33 lines
715 B
Makefile

# $OpenBSD: Makefile,v 1.19 2000/06/26 08:43:49 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
DISTNAME= ntop-1.1-src
PKGNAME= ntop-1.1
CATEGORIES= net
NEED_VERSION= 1.301
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
HOMEPAGE= http://www.ntop.org/
MAINTAINER= brad@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-lsof --disable-threads
ALL_TARGET=
INSTALL_TARGET= install install-man
WRKDIST= ${WRKDIR}/${PKGNAME}
post-install:
@strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>