summaryrefslogtreecommitdiff
path: root/mail/courier-authpgsql
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-21 14:43:15 +0000
committerjlam <jlam>2004-02-21 14:43:15 +0000
commit044d17d2b8089e603e357281153e65b9da596352 (patch)
tree10ecf752c5231b17ef95e472114b10ce122f7a67 /mail/courier-authpgsql
parent6bc2a73e8e83480d6823ff73dcd283563ef2d188 (diff)
downloadpkgsrc-044d17d2b8089e603e357281153e65b9da596352.tar.gz
Update mail/courier-auth* packages to 0.44.2 from the courier-0.44.2
source distribution. Changes from version 0.37.1 include fixing minor bugs, plugging memory leaks, and improving documentation. The authentication daemons also have improved behaviour when idling.
Diffstat (limited to 'mail/courier-authpgsql')
-rw-r--r--mail/courier-authpgsql/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/mail/courier-authpgsql/Makefile b/mail/courier-authpgsql/Makefile
index 7360e550f92..b158b296f76 100644
--- a/mail/courier-authpgsql/Makefile
+++ b/mail/courier-authpgsql/Makefile
@@ -1,27 +1,29 @@
-# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:29 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/21 14:43:16 jlam Exp $
-PKGNAME= courier-authpgsql-${BASE_VERS}
-PKGREVISION= 1
-COMMENT= Courier PostgreSQL authentication module
+PKGNAME= courier-authpgsql-${BASE_VERS}
+COMMENT= Courier PostgreSQL authentication module
-DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth
+DEPENDS+= courier-auth-${BASE_VERS}{,nb*}:../../mail/courier-auth
-.include "../../mail/courier-auth/Makefile.authdaemond"
+.include "../courier-auth/Makefile.authdaemond"
USE_PKGINSTALL= yes
+INSTALL_EXTRA_TMPL= ${.CURDIR}/../courier-auth/INSTALL
+
CONFIGURE_ARGS+= --with-authpgsql
CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
CONFIGURE_ARGS+= --with-pgsql-libs=${BUILDLINK_PREFIX.postgresql-lib}/lib
GEN_FILES= authpgsqlrc
+FILES_SUBST+= GEN_FILES=${GEN_FILES:Q}
+
CONF_FILES_PERMS= # empty
.for FILE in ${GEN_FILES}
CONF_FILES_PERMS+= ${EGDIR}/${FILE}.dist ${PKG_SYSCONFDIR}/${FILE} \
${ROOT_USER} ${ROOT_GROUP} 0600
.endfor
-INSTALL_EXTRA_TMPL= ${.CURDIR}/../../mail/courier-auth/INSTALL
-FILES_SUBST+= GEN_FILES=${GEN_FILES:Q}
+.include "../../databases/postgresql-lib/buildlink3.mk"
post-build:
cd ${WRKSRC}/authlib; \
@@ -37,5 +39,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/authlib/README.authpgsql.html \
${PREFIX}/share/doc/html/courier
-.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"