summaryrefslogtreecommitdiff
path: root/mail/courier-auth/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-21 14:43:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-21 14:43:15 +0000
commit627daeab6205f8cc54adffedc0eae0f02d17e2d0 (patch)
tree10ecf752c5231b17ef95e472114b10ce122f7a67 /mail/courier-auth/Makefile.common
parent7844fee7eb1b61dea7e444398f72b9b4abe49d18 (diff)
downloadpkgsrc-627daeab6205f8cc54adffedc0eae0f02d17e2d0.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-auth/Makefile.common')
-rw-r--r--mail/courier-auth/Makefile.common20
1 files changed, 7 insertions, 13 deletions
diff --git a/mail/courier-auth/Makefile.common b/mail/courier-auth/Makefile.common
index 34f0ee7a921..13231c84478 100644
--- a/mail/courier-auth/Makefile.common
+++ b/mail/courier-auth/Makefile.common
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/24 13:55:30 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/02/21 14:43:15 jlam Exp $
DISTNAME?= courier-${DIST_VERS}
CATEGORIES+= mail
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=courier/}
+EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= jlam@NetBSD.org
HOMEPAGE?= http://www.courier-mta.org/
@@ -12,7 +13,7 @@ HOMEPAGE?= http://www.courier-mta.org/
# DIST_VERS version number on the distfile
# BASE_BERS pkgsrc-manged version number
#
-DIST_VERS= 0.37.1
+DIST_VERS= 0.44.2
BASE_VERS= ${DIST_VERS}
USE_GNU_TOOLS+= make
@@ -26,7 +27,8 @@ EGDIR= ${PREFIX}/share/examples/courier
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${DATADIR}
CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR}
@@ -51,13 +53,5 @@ CONFIGURE_ARGS+= --without-authldap
CONFIGURE_ARGS+= --without-authmysql
CONFIGURE_ARGS+= --without-authpgsql
-CONFIGURE_ENV+= EXPECT="${LOCALBASE}/bin/expect"
-
-.if ${OPSYS} == "SunOS"
-. include "../../databases/db/buildlink2.mk"
-CPPFLAGS+= ${BUILDLINK_CPPFLAGS.db}
-.endif
-
-configure-init:
- ${MKDIR} ${WRKSRC}/courier
- ${TOUCH} ${TOUCH_ARGS} ${WRKSRC}/courier/courier.c
+CONFIGURE_ENV+= EXPECT=${LOCALBASE}/bin/expect
+CONFIGURE_ENV+= PERL=${PERL5}