aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcptraceroute-devel/Makefile
blob: cc47f71b3b34d8095ae29449c1ffeb9e85414e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:   tcptraceroute
# Date created:        21 March 2002
# Whom:                jeff@cetlink.net
#
# $FreeBSD$
#

PORTNAME=   tcptraceroute
PORTVERSION=    1.2
CATEGORIES= net
MASTER_SITES=   http://michael.toren.net/code/tcptraceroute/

MAINTAINER= ports@FreeBSD.org

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

MAN8=   tcptraceroute.8

.include <bsd.port.mk>