1998-11-04 01:06:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 1998/11/04 00:06:32 bad Exp $
|
1998-08-08 00:42:29 +02:00
|
|
|
|
1998-10-11 22:27:03 +02:00
|
|
|
DISTNAME= ntop-1.0
|
1998-08-08 00:42:29 +02:00
|
|
|
CATEGORIES= net
|
1998-11-04 01:06:32 +01:00
|
|
|
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/
|
1998-10-11 22:27:03 +02:00
|
|
|
EXTRACT_SUFX= .src.tar.gz
|
1998-09-22 08:11:35 +02:00
|
|
|
|
1998-08-08 00:42:29 +02:00
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
|
|
|
1998-10-11 23:17:01 +02:00
|
|
|
BUILD_DEPENDS+= autoconf:../../devel/autoconf
|
1998-08-08 00:42:29 +02:00
|
|
|
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
|
|
|
|
|
1998-10-11 22:27:03 +02:00
|
|
|
HOMEPAGE= http://www-serra.unipi.it/~ntop/
|
|
|
|
|
|
|
|
NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses
|
|
|
|
|
1998-08-08 00:42:29 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1998-10-12 03:30:13 +02:00
|
|
|
CFLAGS+= -I${PREFIX}/include
|
1998-10-11 22:27:03 +02:00
|
|
|
LDFLAGS+= -L${PREFIX}/lib
|
|
|
|
|
1998-08-08 00:42:29 +02:00
|
|
|
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"
|