2010-06-16 01:01:23 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2010/06/15 23:01:23 pettai Exp $
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
|
|
|
|
DISTNAME= courier-${COURIER_VERSION}
|
|
|
|
CATEGORIES= meta-pkgs mail
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2010-03-21 17:29:38 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
HOMEPAGE= http://www.courier-mta.org/
|
|
|
|
COMMENT= Meta-package for the Courier mail server suite
|
|
|
|
|
2008-06-15 11:51:58 +02:00
|
|
|
META_PACKAGE= yes
|
|
|
|
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
# COURIER_VERSION should match the variable of the same name found in
|
|
|
|
# pkgsrc/mail/courier-mta/Makefile.common.
|
|
|
|
#
|
2010-06-16 01:01:23 +02:00
|
|
|
COURIER_VERSION= 0.65.0
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
|
|
|
|
# The following packages are built from the same Courier sources and
|
|
|
|
# should match in version number:
|
|
|
|
#
|
|
|
|
# net/couriertcpd, mail/courier-maildir, mail/courier-mta
|
|
|
|
#
|
2007-10-15 17:37:32 +02:00
|
|
|
DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
|
2008-02-19 19:45:37 +01:00
|
|
|
DEPENDS+= courier-mta>=${COURIER_VERSION}:../../mail/courier-mta
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
|
|
|
|
# The following packages must be from the same lineage as the version
|
|
|
|
# of Courier:
|
|
|
|
#
|
|
|
|
# mail/maildrop, mail/courier-imap, mail/sqwebmail
|
|
|
|
#
|
2010-06-16 01:01:23 +02:00
|
|
|
DEPENDS+= maildrop>=2.5.0:../../mail/maildrop
|
|
|
|
DEPENDS+= courier-imap>=4.8.0:../../mail/courier-imap
|
|
|
|
DEPENDS+= sqwebmail>=5.4.1:../../mail/sqwebmail
|
2007-10-15 17:37:32 +02:00
|
|
|
|
|
|
|
# We tack on courier-analog because its version is somewhat tied to the
|
|
|
|
# log format of the current Courier release.
|
|
|
|
#
|
2010-06-16 01:01:23 +02:00
|
|
|
DEPENDS+= courier-analog>=0.16:../../mail/courier-analog
|
Initial import of a meta package for installing all of the Courier
mail server suite.
The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework. Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 19:58:22 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|