summaryrefslogtreecommitdiff
path: root/net/tcptraceroute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcptraceroute/Makefile')
-rw-r--r--net/tcptraceroute/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile
new file mode 100644
index 00000000000..22dc035aa57
--- /dev/null
+++ b/net/tcptraceroute/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/21 22:26:53 kim Exp $
+#
+
+DISTNAME= tcptraceroute-1.4
+CATEGORIES= net
+MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
+
+MAINTAINER= kim@tac.nyc.ny.us
+HOMEPAGE= http://michael.toren.net/code/tcptraceroute/
+COMMENT= A traceroute implementation using TCP packets
+
+USE_BUILDLINK2= YES
+
+ALL_TARGET= tcptraceroute
+
+DOCDIR= ${PREFIX}/share/doc/tcptraceroute
+BINMODE= 4711
+
+.include "../../mk/bsd.prefs.mk"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcptraceroute ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/tcptraceroute.8 ${PREFIX}/man/man8
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples.txt ${DOCDIR}
+
+.include "../../devel/libnet/buildlink2.mk"
+.include "../../net/libpcap/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"