# $Id: Portfile,v 1.2 2004/03/19 23:18:44 mij Exp $ PortSystem 1.0 name etherape version 0.9.0 revision 1 categories net maintainers julien.touche@touche.fr.st description graphical network monitor long_description \ EtherApe is a graphical network monitor for Unix modeled after \ etherman. Featuring link layer, ip and TCP modes, it displays network \ activity graphically. Hosts and links change in size with traffic. \ Color coded protocols display. It supports Ethernet, FDDI, Token \ Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, \ and can read traffic from a file as well as live from the network. homepage http://etherape.sourceforge.net/ master_sites sourceforge:etherape platforms darwin checksums md5 a712f4cb04897d1a02ce988cffbf254c depends_lib \ lib:libgnomeui-2:libgnomeui \ lib:libglade-2:libglade2 \ lib:libiconv:libiconv \ lib:libintl.3:gettext \ lib:libpcap:libpcap configure.args --mandir=${prefix}/share/man configure.env LDFLAGS="-L${prefix}/lib -lintl -lresolv" CFLAGS="-I${prefix}/include" variant darwin { patchfiles patch-configure configure.env-append CPPFLAGS="-DBIND_8_COMPAT=1" }