summaryrefslogtreecommitdiffstats
path: root/net/netmap/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-02-09 19:19:47 +0000
committerijliao <ijliao@FreeBSD.org>2002-02-09 19:19:47 +0000
commit9489aa06fbb560cdd3e13dc933d60b64189ce2be (patch)
tree030eefc54cd7cd88830b0d4d01a14b8aacd41615 /net/netmap/Makefile
parent1ef11e7ef212271bd28ce59f7ac48910fb660161 (diff)
downloadFreeBSD-ports-9489aa06fbb560cdd3e13dc933d60b64189ce2be.zip
FreeBSD-ports-9489aa06fbb560cdd3e13dc933d60b64189ce2be.tar.gz
add netmap 0.1.2b
Make a graphical representation of the surounding network
Diffstat (limited to 'net/netmap/Makefile')
-rw-r--r--net/netmap/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/netmap/Makefile b/net/netmap/Makefile
new file mode 100644
index 0000000..423b1fc
--- /dev/null
+++ b/net/netmap/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: netmap
+# Date created: Feb 10, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= netmap
+PORTVERSION= 0.1.2b
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud