Last change
on this file was
76958,
checked in by jmr@…, 7 years ago
|
tcptraceroute: license
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
763 bytes
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 76958 2011-03-15 08:46:02Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name tcptraceroute |
---|
7 | version 1.5beta7 |
---|
8 | revision 1 |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | maintainers nomaintainer |
---|
13 | description a traceroute implementation using TCP packets |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | homepage http://michael.toren.net/code/tcptraceroute/ |
---|
17 | master_sites ${homepage} |
---|
18 | checksums md5 65d1001509f971ea986fcbc2dd009643 \ |
---|
19 | sha1 78847ef4ba7031cee660c540593256fd384a1a62 |
---|
20 | |
---|
21 | depends_lib port:libnet11 port:libpcap |
---|
22 | |
---|
23 | configure.args --mandir=${prefix}/share/man |
---|
24 | configure.cflags-append "-I${prefix}/include" |
---|
Note: See
TracBrowser
for help on using the repository browser.