openbsd-ports/net/ntop/Makefile

27 lines
580 B
Makefile
Raw Normal View History

1999-09-07 11:54:59 -04:00
# $OpenBSD: Makefile,v 1.13 1999/09/07 15:54:59 brad 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
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
NEED_VERSION= 1.114
1999-05-05 14:27:57 -04:00
MAINTAINER= brad@openbsd.org
WRKSRC= ${WRKDIR}/${PKGNAME}
1998-08-17 01:17:33 -04: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
post-install:
1999-09-07 11:54:59 -04:00
@${STRIP} ${PREFIX}/sbin/ntop
1998-08-17 01:17:33 -04:00
.include <bsd.port.mk>