# $Id: Portfile 24261 2007-04-20 09:04:37Z boeyms@macports.org $ PortSystem 1.0 name courier-authlib version 0.59.2 categories security mail platforms darwin maintainers boeyms@macports.org openmaintainer@macports.org description Courier Authentication Library is a generic authentication API long_description ${description} homepage http://www.courier-mta.org/authlib/ master_sites sourceforge:courier checksums md5 b3022de4f9f2977da1dc6d2ae424277d \ sha1 84dfd3175b2fcbbb18a1ea87f3cb803daff827df \ rmd160 499da7ec09fbe46be5ea9450c6ecb9c3d648244b use_bzip2 yes depends_lib port:db44 configure.args --mandir=${prefix}/share/man \ --with-db=db \ --without-authmysql \ --without-authpgsql \ --without-authldap \ --without-authpam configure.cflags-append -I${prefix}/include/db44 configure.ldflags-append -L${prefix}/lib/db44 post-destroot { system "cd ${destroot}${prefix}/lib/courier-authlib && rm -f *.a *.la" } platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 } #livecheck.check sourceforge