openbsd-ports/net/ntop/Makefile

32 lines
718 B
Makefile
Raw Normal View History

2003-02-24 16:28:45 -05:00
# $OpenBSD: Makefile,v 1.25 2003/02/24 21:28:45 rohee 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
COMMENT= "network usage, interface similar to top(1)"
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
1999-05-05 14:27:57 -04:00
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
ftp://totem.fix.no/pub/mirrors/misc/
1998-08-17 01:17:33 -04:00
HOMEPAGE= http://www.ntop.org/
1999-09-07 11:54:59 -04:00
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
CONFIGURE_STYLE= gnu
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:
@chmod 700 ${PREFIX}/sbin/ntop
2000-03-20 02:12:36 -05:00
@strip ${PREFIX}/sbin/ntop
1998-08-17 01:17:33 -04:00
.include <bsd.port.mk>