summaryrefslogtreecommitdiff
path: root/net/tcptraceroute-devel/Makefile
blob: 1dd866ec28c5da48c8964edfe24c21dc86d4f097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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=	ports@FreeBSD.org
COMMENT=	A traceroute implementation using TCP packets

BUILD_DEPENDS=	${LOCALBASE}/lib/libpwrite.a:${PORTSDIR}/net/libnet

MAN8=	tcptraceroute.8

post-install:
	@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute

.include <bsd.port.mk>