|
Revision 4141, 465 bytes
(checked in by marius, 3 years ago)
|
|
Added 10.6, removed 10.3 support
|
| Line | |
|---|
| 1 | # 2.2.0 |
|---|
| 2 | # 20091011 |
|---|
| 3 | BASEURL="ftp://ftp.habets.pp.se/pub/synscan/" |
|---|
| 4 | HOMEURL="http://www.habets.pp.se/synscan/programs.php?prog=arping" |
|---|
| 5 | PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Administration/Networking/arping/" |
|---|
| 6 | |
|---|
| 7 | CONFIGURE="FALSE" |
|---|
| 8 | case "$OS" in |
|---|
| 9 | osx6) |
|---|
| 10 | DEPS="g95 gawk gettext grep libiconv libnet texinfo" |
|---|
| 11 | ;; |
|---|
| 12 | |
|---|
| 13 | *) |
|---|
| 14 | DEPS="expat g95 gawk gettext grep libiconv libnet libpcap texinfo" |
|---|
| 15 | ;; |
|---|
| 16 | |
|---|
| 17 | esac |
|---|
| 18 | |
|---|
| 19 | PATCH="TRUE" |
|---|
| 20 | PATCHFILES="Makefile.patch arping-arping.c.patch" |
|---|