update Tue Jun 15 18:37:00 PDT 2010
[pkgsrc.git] / meta-pkgs / courier / Makefile
1 # $NetBSD: Makefile,v 1.16 2010/06/15 23:01:23 pettai Exp $
2
3 DISTNAME=       courier-${COURIER_VERSION}
4 CATEGORIES=     meta-pkgs mail
5 MASTER_SITES=   # empty
6 DISTFILES=      # empty
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://www.courier-mta.org/
10 COMMENT=        Meta-package for the Courier mail server suite
11
12 META_PACKAGE=   yes
13
14 # COURIER_VERSION should match the variable of the same name found in
15 # pkgsrc/mail/courier-mta/Makefile.common.
16 #
17 COURIER_VERSION=        0.65.0
18
19 # The following packages are built from the same Courier sources and
20 # should match in version number:
21 #
22 #       net/couriertcpd, mail/courier-maildir, mail/courier-mta
23 #
24 DEPENDS+=       couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
25 DEPENDS+=       courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
26 DEPENDS+=       courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
27
28 # The following packages must be from the same lineage as the version
29 # of Courier:
30 #
31 #       mail/maildrop, mail/courier-imap, mail/sqwebmail
32 #
33 DEPENDS+=       maildrop>=2.5.0:../../mail/maildrop
34 DEPENDS+=       courier-imap>=4.8.0:../../mail/courier-imap
35 DEPENDS+=       sqwebmail>=5.4.1:../../mail/sqwebmail
36
37 # We tack on courier-analog because its version is somewhat tied to the
38 # log format of the current Courier release.
39 #
40 DEPENDS+=       courier-analog>=0.16:../../mail/courier-analog
41
42 .include "../../mk/bsd.pkg.mk"