# New ports collection makefile for: cyrus-imapd # Date created: Jan 4th 2001 # Whom: ume@FreeBSD.org # # $FreeBSD$ # PORTNAME= cyrus-imapd PORTVERSION= 2.0.17 #PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ PATCHFILES= ${DISTNAME}-ipv6-20021205.diff.gz MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols CONFLICTS= cyrus-1.* cyrus-imapd-2.[^0].* LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ db3.3:${PORTSDIR}/databases/db3 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl USE_OPENSSL= yes USE_PERL5= yes USE_REINPLACE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ --with-sasl=${LOCALBASE} \ --with-dbdir=${LOCALBASE} \ --with-auth=unix \ --with-com_err \ --with-openssl=${OPENSSLBASE} \ --with-perl=${PERL5} .if defined(WITH_SNMP) # It seems not compilable due to lack of auto_nlist_value() in libucdagent. CONFIGURE_ENV= LIBS=-lkvm .else CONFIGURE_ARGS+=--with-ucdsnmp=no .endif MAN1= cyradm.1 imtest.1 installsieve.1 MAN3= imclient.3 MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 MAN8= arbitron.8 collectnews.8 ctl_deliver.8 ctl_mboxlist.8 \ cyrquota.8 deliver.8 fud.8 idled.8 imapd.8 ipurge.8 \ lmtpd.8 master.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 \ syncnews.8 timsieved.8 DOCS= HEY-YOU-WITH-THE-EDITOR README acl-extension anoncvs bugs \ changes copyrights feedback index install install-admin-mb \ install-compile install-configure install-murder install-perf \ install-prereq install-sieve install-snmpmon install-testing \ install-upgrade mailing-list notes os overview questions \ quota-extension readme server-design sieve sieve-protocol HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ install-auth install-compile install-configure install-murder \ install-perf install-prereq install-sieve install-snmpmon \ install-testing install-upgrade install mailing-list man \ notes os overview questions readme sieve-protocol sieve specs .include post-patch: @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \ ${WRKSRC}/tools/mkimap pre-install: @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 post-install: @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cyrus/man ${MKDIR} ${PREFIX}/share/doc/cyrus/text .for file in ${HTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ ${PREFIX}/share/doc/cyrus @${ECHO_CMD} share/doc/cyrus/${file}.html >>${TMPPLIST} .endfor .for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} ofile=`echo ${file} | ${SED} s/cyrquota/quota/`; \ if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ ${PREFIX}/share/doc/cyrus/man/$${ofile}.html; \ ${ECHO_CMD} share/doc/cyrus/man/$${ofile}.html >>${TMPPLIST}; \ fi .endfor ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ ${PREFIX}/share/doc/cyrus @${ECHO_CMD} share/doc/cyrus/cyrusv2.mc >>${TMPPLIST} .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ ${PREFIX}/share/doc/cyrus/text @${ECHO_CMD} share/doc/cyrus/text/${file} >>${TMPPLIST} .endfor @${ECHO_CMD} "@dirrm share/doc/cyrus/text" >>${TMPPLIST} @${ECHO_CMD} "@dirrm share/doc/cyrus/man" >>${TMPPLIST} @${ECHO_CMD} "@dirrm share/doc/cyrus" >>${TMPPLIST} .endif ${INSTALL_SCRIPT} ${FILESDIR}/imapd.sh \ ${PREFIX}/etc/rc.d/imapd.sh.sample ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ ${PREFIX}/etc/imapd.conf.dist ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ ${PREFIX}/etc/cyrus.conf.dist ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ ${PREFIX}/cyrus/bin/mkimap @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include value='gnome-3.22'>gnome-3.22 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* - Fix compiling with gcc 4.1stas2006-10-033-1/+23
* Stanislav wants to maintain this ports.itetcu2006-09-061-1/+1
* Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
* Conversion to a single libtool environment.ade2006-02-232-2/+3
* SHA256ifyedwin2006-01-221-0/+1
* - Remove bzip2 from list of dependencies,garga2005-11-301-3/+0
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* Fix plist.krion2005-01-041-0/+6
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
* - Update to 2.0.0.p5vs2004-08-103-6/+17
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Update to 2.0.0pre4sergei2003-11-163-35/+41
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-26/+26
* Remove USE_GNOMENG.marcus2003-04-181-1/+0
* Update to version 2.0.0pre3.naddy2003-02-169-86/+56
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07