summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authorkim <kim>1998-08-07 22:42:29 +0000
committerkim <kim>1998-08-07 22:42:29 +0000
commit63d8cf89908cdbe4da749c78eac528b77dd55207 (patch)
tree6b034e9c8d538ebd5f9b527b15f64e2bb7d4d955 /net/ntop/Makefile
parentb0f9d8502bc25cb51a249524ec277f2bc800b0ac (diff)
downloadpkgsrc-63d8cf89908cdbe4da749c78eac528b77dd55207.tar.gz
Adding ntop, "network top", v0.4
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"