1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/tcptraceroute/Makefile
Sunpoet Po-Chuan Hsieh 0d5e39c89e - Use LOCAL/sunpoet as backup MASTER_SITES
Approved by:	pgollucci (mentor)
2010-10-01 01:14:18 +00:00

32 lines
696 B
Makefile

# 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/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
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>