# $Id: Portfile,v 1.3 2005/07/18 19:16:00 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-clamav version 0.3.1 categories python platforms darwin maintainers mww@opendarwin.org description python interface to the clamav antivirus long_description ${description} homepage http://norman.free.fr/norman/python/pyclamav/ master_sites ${homepage} distname pyclamav-${version} checksums md5 cf8e0e7850c417c76134cb4b11856e2c patchfiles patch-pyclamav.c depends_lib-append port:clamav build.env CFLAGS=-I${prefix}/include \ LDFLAGS=-L${prefix}/lib post-destroot { xinstall -m 644 ${worksrcpath}/README.txt \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/example.py \ ${destroot}${prefix}/share/doc/${name}/examples }