aboutsummaryrefslogtreecommitdiff
path: root/net/tcptraceroute-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcptraceroute-devel/Makefile')
-rw-r--r--net/tcptraceroute-devel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/tcptraceroute-devel/Makefile b/net/tcptraceroute-devel/Makefile
deleted file mode 100644
index 85a40f770c37..000000000000
--- a/net/tcptraceroute-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: tcptraceroute
-# Date created: 21 March 2002
-# Whom: jeff@cetlink.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= tcptraceroute
-PORTVERSION= 1.4
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ \
- http://sunpoet.net/distfiles/
-
-MAINTAINER= sunpoet@sunpoet.net
-COMMENT= A traceroute implementation using TCP packets
-
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
-
-MAN8= tcptraceroute.8
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \
- ${WRKSRC}/${MAKEFILE}
-
-post-install:
- @${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
-
-.include <bsd.port.mk>