# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem 1.0

name            tcptraceroute
version         1.5beta7
revision        1
categories      net
platforms       darwin
license         GPL-2
maintainers     nomaintainer
description     a traceroute implementation using TCP packets
long_description    ${description}

homepage        http://michael.toren.net/code/tcptraceroute/
master_sites    ${homepage}
checksums       md5 65d1001509f971ea986fcbc2dd009643 \
                sha1 78847ef4ba7031cee660c540593256fd384a1a62

depends_lib     port:libnet11 port:libpcap

configure.args  --mandir=${prefix}/share/man
configure.cflags-append "-I${prefix}/include"