aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib-base/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-01-08 10:25:05 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-01-08 10:25:05 +0000
commitcb034e3273dfc0a47a1e7de16a2ba0d55e3b690f (patch)
tree009a42b7df5586f0f1b618e8a53441ff60a7b20a /security/courier-authlib-base/Makefile
parentb6e7dd2a79fc48ff3d2fea72769e99112090d55f (diff)
downloadports-cb034e3273dfc0a47a1e7de16a2ba0d55e3b690f.tar.gz
ports-cb034e3273dfc0a47a1e7de16a2ba0d55e3b690f.zip
upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0
Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com>
Notes
Notes: svn path=/head/; revision=125759
Diffstat (limited to 'security/courier-authlib-base/Makefile')
-rw-r--r--security/courier-authlib-base/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile
index 6b5b5baa743c..fbea8f3245a3 100644
--- a/security/courier-authlib-base/Makefile
+++ b/security/courier-authlib-base/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= courier-authlib
-PORTVERSION= 0.51
+PORTVERSION= 0.52
CATEGORIES= mail
-MASTER_SITES= http://www.courier-mta.org/beta/courier-authlib/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= courier
MAINTAINER= oliver@FreeBSD.org
COMMENT= Authentication library used by courier ports
@@ -41,6 +42,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --without-authshadow \
+ --without-authcustom \
--enable-unicode \
--enable-ltdl-install=no
@@ -108,7 +110,10 @@ MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \
MAN8= makeuserdb.8 userdb.8 userdbpw.8
-EXTRA_DOCS= README INSTALL AUTHORS ChangeLog
+EXTRA_DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \
+ README.authdebug.html README.authmysql.html \
+ README.authmysql.myownquery README.authpostgres.html \
+ README.ldap README_authlib.html
post-patch:
@${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \
@@ -116,6 +121,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in \
${WRKSRC}/liblog/Makefile.in ${WRKSRC}/userdb/Makefile.in
+ @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \
+ ${WRKSRC}/authdaemonrc.in
post-install:
${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \