description tpop3d is a fast, extensible, secure UNIX POP3 server
long_description ${description}
homepage http://www.ex-parrot.com/~chris/tpop3d/
checksums md5 dd920c49f4e5879eb3caf7ea047622e9
depends_lib path:lib/libssl.dylib:openssl
configure.args --enable-auth-pam \
--mandir=${prefix}/share/man
configure.ldflags-append "-lcrypto"
xinstall -d -m 755 ${destroot}${prefix}/etc \
${destroot}${prefix}/share/doc/${name} \
${destroot}${prefix}/var/spool/${name}
xinstall -m 644 ${worksrcpath}/darwin/tpop3d.conf.example \
xinstall -m 644 -W ${worksrcpath} CHANGES COPYING CREDITS FAQ HACKING \
INSTALL PORTABILITY README README.POP-before-SMTP README.auth_mysql \
README.darwin TODO ${destroot}${prefix}/share/doc/${name}
destroot.keepdirs ${destroot}${prefix}/var/spool/${name}
if {${os.platform} eq "darwin" && ${os.major} <= 9} {
patchfiles-append patch-configure patch-auth_pam.c