Ticket #14611: Portfile

File Portfile, 988 bytes (added by cbellot@…, 16 years ago)

Last version

Line 
1PortSystem       1.0
2
3name             ipv6calc
4version          0.71.0
5categories       net
6maintainers      cbellot@sky.fr
7
8description      A small utility to manipulate (not only) IPv6 addresses.
9long_description ipv6calc is a small utility written in programming languate C \
10                 to manipulate (not only) IPv6 addresses. Intentions were \
11                 convering a given IPv6 address into compressed format, \
12                 convering a given IPv6 address into the same format like shown \
13                 in /proc/net/if_inet6 and (because it was not difficulty) \
14                 migrating the Perl program ip6_int into. Now only one utiltity \
15                 is needed to do a lot.
16
17platforms        darwin
18homepage         http://www.deepspace6.net/projects/ipv6calc.html
19master_sites     ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
20
21distfiles        ipv6calc-0.71.0.tar.gz
22checksums        ipv6calc-0.71.0.tar.gz md5 bbd6bd8e5202f7624a67fa34e4860782
23
24build.type       gnu
25build.env        DESTDIR=${destroot}
26build.env        prefix=${destroot}
27destroot.destdir prefix=${destroot}${prefix}
28