# $Id: Portfile 83063 2011-08-25 02:12:27Z jmr@macports.org $ PortSystem 1.0 name milter-greylist version 4.2.7 categories mail maintainers geeklair.net:dluke platforms darwin description milter-greylist standalone greylist milter license BSD long_description milter-greylist is a stand-alone milter written in C \ that implements the greylist filtering method homepage http://hcpnet.free.fr/milter-greylist/ master_sites http://ftp.espci.fr/pub/milter-greylist/ \ ftp://ftp.espci.fr/pub/milter-greylist/ extract.suffix .tgz checksums md5 a47d70e0b8a73d341f0d511b3f693650 \ sha1 560d823b0d4fd25fba6f100ca3073b8e6c89edc2 \ rmd160 a0f9b01bb625b1ab125a681822ec516b8adc627a depends_lib port:libmilter use_parallel_build no configure.args --mandir=${prefix}/share \ --with-user=milter-greylist \ --with-libmilter=${prefix} post-configure { reinplace "s|/etc/mail|${prefix}/etc/mail|g" \ ${worksrcpath}/Makefile ${worksrcpath}/conf.h reinplace "s|/var/milter-greylist|${prefix}/var/milter-greylist|g" \ ${worksrcpath}/greylist.conf } pre-configure { adduser milter-greylist addgroup milter-greylist users=milter-greylist } post-destroot { file rename ${destroot}${prefix}/etc/mail/greylist.conf \ ${destroot}${prefix}/etc/mail/greylist.conf.sample xinstall -o milter-greylist -g milter-greylist \ -d ${destroot}${prefix}/var/milter-greylist } destroot.keepdirs ${destroot}${prefix}/var/milter-greylist startupitem.create yes startupitem.name milter-greylist startupitem.executable ${prefix}/bin/milter-greylist -D -u milter-greylist:milter-greylist variant postfix description {build with postfix support} { depends_lib-append port:postfix configure.args-append --enable-postfix }