openbsd-ports/net/ntop/Makefile

34 lines
694 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2000/03/24 22:11:52 espie Exp $
1999-02-25 18:31:51 -05:00
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
1998-08-17 01:17:33 -04:00
1999-05-05 14:27:57 -04:00
DISTNAME= ntop-1.1-src
1999-02-25 18:31:51 -05:00
PKGNAME= ntop-1.1
1998-08-17 01:17:33 -04:00
CATEGORIES= net
NEED_VERSION= 1.213
1999-05-05 14:27:57 -04:00
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
1998-08-17 01:17:33 -04:00
1999-09-07 11:54:59 -04:00
1999-05-05 14:27:57 -04:00
MAINTAINER= brad@openbsd.org
2000-03-20 02:12:36 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-03-20 02:12:36 -05:00
FAKE= Yes
1998-08-17 01:17:33 -04:00
2000-03-20 02:12:36 -05:00
GNU_CONFIGURE= Yes
1999-05-19 11:57:43 -04:00
CONFIGURE_ARGS= --disable-lsof --disable-threads
1999-03-28 15:11:39 -05:00
1998-08-17 01:17:33 -04:00
ALL_TARGET=
INSTALL_TARGET= install install-man
2000-03-20 02:12:36 -05:00
WRKDIST= ${WRKDIR}/${PKGNAME}
1998-08-17 01:17:33 -04:00
post-install:
2000-03-20 02:12:36 -05:00
@strip ${PREFIX}/sbin/ntop
1998-08-17 01:17:33 -04:00
.include <bsd.port.mk>