freebsd-ports/mail/extmail/Makefile
Xin LI b4d818f615 extmail authors rerolled the tarball for the following reasons:
* Fix purge mail js and code bugs.
 * Correct address book updates.
 * Correct JavaScript bug in adding filtering rules.

Bump PORTREVISION because of this change has altered the contents
that would be installed.  For previous 1.0.4 users, this update
should be considered as an mandatory update.

PR:		ports/123040
Submitted by:	maintainer
Verified by:	delphij
2008-04-25 18:53:50 +00:00

45 lines
1.1 KiB
Makefile

# New ports collection makefile for: extmail
# Date created: 31 Frebruary 2006
# Whom: Chifeng QU <chifeng@gmail.com>
#
# $FreeBSD$
#
PORTNAME= extmail
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.chifeng.name/dist/extmail/ \
http://mirror3.extmail.net/dist/
MAINTAINER?= chifeng@gmail.com
COMMENT= A high performance webmail system
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog
USE_PERL5= yes
NO_BUILD= yes
OPTIONS= MYSQL "Use MySQL support" On \
LDAP "Use LDAP support" Off
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_LDAP)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
.endif
OWCGIDIR= ${PREFIX}/www/extmail
do-install:
@${MKDIR} ${OWCGIDIR}
@cd ${WRKSRC} && ${CP} -Rpf * ${OWCGIDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>