# $Id: Portfile 23998 2007-04-14 14:34:37Z boeyms@macports.org $ PortSystem 1.0 name courier-authlib version 0.59.1 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 sha1 fdf2f254922bf6213b987f37485c0fdd30121db6 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.env CFLAGS=-I${prefix}/include/db44 LDFLAGS=-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 }