summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
commitfcb7da800bdfcf21720b30da13c68603c1f09525 (patch)
tree77aa2e325b82a73660278dbb13238e6aac0adca7 /mail
parentf252a9837d224356df2bfc3c73223d7e84e939c5 (diff)
downloadpkgsrc-fcb7da800bdfcf21720b30da13c68603c1f09525.tar.gz
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd21/Makefile7
-rw-r--r--mail/pulsar/Makefile7
-rw-r--r--mail/sylpheed-claws/Makefile8
3 files changed, 10 insertions, 12 deletions
diff --git a/mail/cyrus-imapd21/Makefile b/mail/cyrus-imapd21/Makefile
index fc6387c5cd0..925a4f6accb 100644
--- a/mail/cyrus-imapd21/Makefile
+++ b/mail/cyrus-imapd21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/05/31 10:01:37 dillo Exp $
+# $NetBSD: Makefile,v 1.31 2005/06/01 20:08:00 jlam Exp $
DISTNAME= cyrus-imapd-2.1.18
SVR4_PKGNAME= cimap
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
PERL5_CONFIGURE= no
-AUTOCONF_REQD= 2.13
+USE_TOOLS+= autoconf213
USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
@@ -166,7 +166,7 @@ post-patch:
done
pre-configure:
- cd ${WRKSRC} && ${AUTOHEADER} && ${AUTOCONF}
+ cd ${WRKSRC} && autoheader && autoconf
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap ${PREFIX}/cyrus/bin
@@ -182,5 +182,4 @@ post-install:
${INSTALL_DATA} $$file ${HTMLDIR}; \
done
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/pulsar/Makefile b/mail/pulsar/Makefile
index 09711b158bd..e541ec3fc1b 100644
--- a/mail/pulsar/Makefile
+++ b/mail/pulsar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:12 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/01 20:08:00 jlam Exp $
#
DISTNAME= pulsar-0.1.1
@@ -12,13 +12,12 @@ HOMEPAGE= http://pulsar.sourceforge.net/
COMMENT= Small, secure POP3 daemon, featuring native SSL support
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= autoconf gmake
MANCOMPRESSED= yes
pre-configure:
- cd ${WRKSRC}; ${AUTOCONF}
+ cd ${WRKSRC}; autoconf
.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 0c886cf8297..f87e8006d75 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/03/06 16:45:47 chris Exp $
+# $NetBSD: Makefile,v 1.41 2005/06/01 20:08:01 jlam Exp $
.include "Makefile.common"
@@ -43,11 +43,11 @@ CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed-claws
PKG_SUPPORTED_OPTIONS= jpilot ldap inet6
-pre-configure:
+USE_TOOLS+= autoconf
- cd ${WRKSRC}; ${AUTOCONF}
+pre-configure:
+ cd ${WRKSRC}; autoconf
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mjpilot)