summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
new file mode 100644
index 00000000000..ca42fb7f6b8
--- /dev/null
+++ b/net/ntop/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1998/08/07 22:42:29 kim Exp $
+
+DISTNAME= ntop-0.4-src
+PKGNAME= ntop-0.4
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= net
+MASTER_SITES= http://jake.unipi.it/~deri/ntop/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+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"