summaryrefslogtreecommitdiff
path: root/mail/qmail/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-08-02 03:57:17 +0000
committerschmonz <schmonz@pkgsrc.org>2004-08-02 03:57:17 +0000
commit7e663b1dc26647a5b40cade6b03dfc8f1da1eca3 (patch)
treeccd7120689c0ce9dd811de7a74342c299df5b6c1 /mail/qmail/Makefile
parent01bd0adbebffe56bede99728550fcce38bc3a42e (diff)
downloadpkgsrc-7e663b1dc26647a5b40cade6b03dfc8f1da1eca3.tar.gz
Remove add-on scripts and config files from the qmail and netqmail
packages. They now simply compile and install qmail and its prerequisites. (The add-on scripts and config files will be revivified as a separate qmail-run package. Thus, QMAIL_AUTOCONFIG is no longer needed.) The user is notified at install time that one popular, well-regarded way to enable qmail is to follow the directions in "Life with qmail", and that another way is to install the qmail-run package. These changes, based on discussion with Charles Cazabon, are intended to make life easier for the helpful people on the qmail mailing list by clearly marking custom add-ons as such. Other changes: Since netqmail is a tarball containing the qmail tarball plus the netqmail bits, we can use it for both packages and share more logic between the two packages: MASTER_SITES, DISTINFO_FILE, WRKSRC, and the post-extract target. Now that there's one place to put the distinfo, add Eben Pratt's simple patch to build and install on Mac OS X 10.3 (the patch is not applied on other OSes). Bump PKGREVISION of both packages.
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r--mail/qmail/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index ea0ee7e31b0..a6049bd2b6b 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,13 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2004/07/21 22:35:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2004/08/02 03:57:17 schmonz Exp $
#
-DISTNAME= qmail-1.03
-PKGREVISION= 7
+PKGNAME= ${QMAIL_VERS}
+PKGREVISION= 8
CATEGORIES= mail
-MASTER_SITES= http://cr.yp.to/software/ \
- ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
- ftp://ftp.jp.qmail.org/qmail/ \
- ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cr.yp.to/qmail.html
@@ -22,6 +18,8 @@ NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_PACKAGE= "needs work to function properly as a binary package"
+APPLY_NETQMAIL= ${DO_NADA}
+
.include "../../mail/qmail/Makefile.common"
.include "../../mk/bsd.pkg.mk"