RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/libnet/Portfile,v
retrieving revision 1.12
diff -u -r1.12 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name libnet |
5 | | version 1.0.2a |
6 | | revision 1 |
| 5 | version 1.1.2.1 |
7 | 6 | categories net |
8 | 7 | maintainers darwinports@opendarwin.org |
9 | 8 | description A C library for creating IP packets |
… |
… |
|
24 | 23 | homepage http://www.packetfactory.net/libnet/ |
25 | 24 | platforms darwin |
26 | 25 | master_sites http://www.packetfactory.net/libnet/dist/deprecated/ |
27 | | checksums md5 ddf53f0f484184390e8c2a1bd0853667 |
28 | | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
29 | | patchfiles patch-Makefile patch-include-libnet.h |
30 | | worksrcdir Libnet-${version} |
| 26 | checksums md5 be845c41170d72c7db524f3411b50256 |
| 27 | ## patchfiles patch-Makefile patch-include-libnet.h |
| 28 | worksrcdir libnet |
31 | 29 | |
32 | | variant darwin { |
| 30 | variant darwin 6 { |
| 31 | depends_build path:/usr/include/netinet/ip_var.h:netinet-headers |
33 | 32 | pre-configure { |
34 | 33 | file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess |
35 | 34 | file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub |