# $Id: Portfile 143013 2015-12-01 21:28:48Z dluke@macports.org $ PortSystem 1.0 PortGroup muniversal 1.0 name clamav version 0.99 revision 1 categories sysutils maintainers geeklair.net:dluke description clamav antivirus software license {GPL-2 OpenSSLException} long_description Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The \ main purpose of this software is the integration with mail \ servers (attachment scanning). homepage http://www.clamav.net master_sites sourceforge checksums rmd160 c1b8bca37e9707a743ea942e490549c2a462bcbc \ sha256 d2792c8cfadd685fffc40b2199679628815df031fd3149ccf961649fc8787ea9 platforms darwin configure.args --mandir=${prefix}/share/man \ --with-zlib=${prefix} \ --with-openssl=${prefix} \ --with-pcre=${prefix} \ --disable-silent-rules \ --enable-llvm=no #- disable llvm because of upstream bug #- https://bugzilla.clamav.net/show_bug.cgi?id=11309 use_parallel_build yes depends_lib port:libiconv port:zlib port:bzip2 port:ncurses path:lib/libssl.dylib:openssl \ port:pcre test.run yes test.target check set merger_dont_diff ${prefix}/bin/clamav-config platform darwin 8 { configure.cflags {-O0} } post-destroot { #muniversal should allow this to be hooked in some way that's less gross #this code copied from nspr's portfile if {[variant_isset universal]} { copy ${destroot}${prefix}/bin/${build_arch}-clamav-config ${destroot}${prefix}/bin/bak-config foreach file [glob ${destroot}${prefix}/bin/*clamav-config] { delete $file } move ${destroot}${prefix}/bin/bak-config ${destroot}${prefix}/bin/clamav-config reinplace "s|-arch ${build_arch}||g" ${destroot}${prefix}/bin/clamav-config reinplace "s|-L\$\{exec_prefix\}/lib/${build_arch}||g" ${destroot}${prefix}/bin/clamav-config } reinplace "s|-R${prefix}/lib||g" ${destroot}${prefix}/bin/clamav-config } variant clamav_milter description {build with libmilter support} { depends_lib-append port:libmilter configure.args-append --enable-milter } livecheck.type regex livecheck.url http://sourceforge.net/projects/clamav/files livecheck.regex ${name}-(\\d+.\\d+.\\d+)${extract.suffix}