a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20461 2006-11-03 15:14:39Z blair@macports.org $
PortSystem 1.0
name courier-authlib
version 0.58
categories security mail
platforms darwin
maintainers nomaintainer@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 8bdab3c2e734cc8f47230924ec638ba3609a92a1
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
}