freebsd-ports/net/tcptraceroute/Makefile
Christian Weisgerber f25c884442 o update to upstream version 1.4
o move binary to proper place ${PREFIX}/sbin

PR:		41803
Submitted by:	Simon Schubert <corecode@corecode.ath.cx>
2002-08-20 19:40:57 +00:00

22 lines
472 B
Makefile

# New ports collection makefile for: tcptraceroute
# Date created: 21 March 2002
# Whom: jeff@cetlink.net
#
# $FreeBSD$
#
PORTNAME= tcptraceroute
PORTVERSION= 1.4
CATEGORIES= net
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
MAINTAINER= corecode@corecode.ath.cx
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
MAN8= tcptraceroute.8
post-install:
@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
.include <bsd.port.mk>