root/trunk/arping/arping.port

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
3BASEURL="ftp://ftp.habets.pp.se/pub/synscan/"
4HOMEURL="http://www.habets.pp.se/synscan/programs.php?prog=arping"
5PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Administration/Networking/arping/"
6
7CONFIGURE="FALSE"
8case "$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               
17esac
18
19PATCH="TRUE"
20PATCHFILES="Makefile.patch arping-arping.c.patch"
Note: See TracBrowser for help on using the browser.