freebsd-ports/net/tcptraceroute-devel/Makefile
Martin Wilke 14644bde21 - Update MASTER_SITES
PR:		107484
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
2007-01-03 17:48:21 +00:00

25 lines
565 B
Makefile

# New ports collection makefile for: tcptraceroute
# Date created: 21 March 2002
# Whom: jeff@cetlink.net
#
# $FreeBSD$
#
PORTNAME= tcptraceroute
PORTVERSION= 1.4
PORTREVISION= 1
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*<=1.1.0,1:${PORTSDIR}/net/libnet10
MAN8= tcptraceroute.8
post-install:
@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
.include <bsd.port.mk>