1998-09-22 08:11:35 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 1998/09/22 06:11:39 garbled Exp $
|
1998-08-08 00:42:29 +02:00
|
|
|
|
|
|
|
DISTNAME= ntop-0.4-src
|
|
|
|
PKGNAME= ntop-0.4
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
|
|
|
|
|
1998-09-22 08:11:35 +02:00
|
|
|
NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses
|
|
|
|
|
1998-08-08 00:42:29 +02:00
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
1998-08-20 17:16:34 +02:00
|
|
|
HOMEPAGE= http://jake.unipi.it/~deri/ntop/
|
1998-08-08 00:42:29 +02:00
|
|
|
|
|
|
|
DEPENDS+= autoconf-2.12:../../devel/autoconf
|
|
|
|
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include
|
|
|
|
CONFIGURE_ENV+= CFLAGS=-I${PREFIX}/include
|
|
|
|
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
(cd ${WRKSRC}; autoconf)
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|