pkgsrc/www/horde3/Makefile
adrianp 9e805dce34 Update to 3.1
> Major changes compared to the Horde 3.1-RC3 version are:
>     * Small bugfixes and improvements.
>
> Major changes compared to the Horde 3.0 versions are:
>     * User changes:
>       - Support for expiring and resetting of passwords.
>       - Detection of "phishing" attempts in HTML MIME viewer.
>       - Improved synchronization support.
>       - "My Account Information" portal block.
>       - Link to options of all applications from the sidebar menu.
>       - Audio notifications.
>       - Improved accessibility.
>       - Improved support for right-to-left languages.
>       - New themes: Idea and High Contrast.
>       - New languages: Hebrew, Icelandic, Khmer.
>       - Improved import of CSV data.
>       - Dynamic table resorting.
>     * Administrator changes:
>       - Compatible with PHP 5.1.
>       - Support for alternate login screens and redirection on logout.
>       - Separate DB table for much improved performance of History library.
>       - Improved caching.
>       - Improved MS-SQL support.
>       - Improved Kolab support.
>       - Support for counting and listing of active sessions.
>       - More flexible permissions for application features.
>       - Support for fixed portal blocks.
>       - Support for sending problem reports to ticket systems.
>     * Developer changes:
>       - Library additions: imtest driver for IMSP, REST driver for RPC, Samba
>         driver for VFS, LDAP driver for Group, and Generic SMTP driver for SMS
>         library.
>       - Several new field types for Form library.
2006-03-08 23:04:58 +00:00

123 lines
4.4 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2006/03/08 23:04:58 adrianp Exp $
DISTNAME= horde-3.1
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.horde.org/
COMMENT= PHP application framework
CONFLICTS+= horde-2.*
DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext
DEPENDS+= php-mcrypt>=4.3.3:../../security/php-mcrypt
DEPENDS+= php-iconv>=4.3.3:../../converters/php-iconv
DEPENDS+= php-gd>=4.3.3:../../graphics/php-gd
DEPENDS+= pear-Log-[0-9]*:../../sysutils/pear-Log
DEPENDS+= pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
DEPENDS+= pear-DB-[0-9]*:../../databases/pear-DB
DEPENDS+= ap-php>=4.3.3:../../www/ap-php
DEPENDS+= php-domxml>=4.3.3:../../textproc/php4-domxml
DEPENDS+= php-zlib>=4.3.3:../../archivers/php-zlib
.include "../../mk/bsd.prefs.mk"
DOCDIR= ${PREFIX}/share/doc/horde
EGDIR= ${PREFIX}/share/examples/horde
HORDEDIR= ${PREFIX}/share/horde
PAXDIRS= js lib locale po scripts services templates themes util admin
SENDMAIL?= /usr/sbin/sendmail
PKG_SYSCONFSUBDIR?= httpd
MESSAGE_SUBST+= HORDEDIR=${HORDEDIR:Q}
CONF_FILES+= ${EGDIR}/horde.conf ${PKG_SYSCONFDIR}/horde.conf
CONF_FILES_PERMS+= ${HORDEDIR}/config/conf.php.dist \
${HORDEDIR}/config/conf.php \
${APACHE_USER} ${ROOT_GROUP} 0640
CONF_FILES_PERMS+= ${HORDEDIR}/config/conf.xml.dist \
${HORDEDIR}/config/conf.xml \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/mime_drivers.php.dist \
${HORDEDIR}/config/mime_drivers.php \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/motd.php.dist \
${HORDEDIR}/config/motd.php \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/nls.php.dist \
${HORDEDIR}/config/nls.php \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/prefs.php.dist \
${HORDEDIR}/config/prefs.php \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/registry.php.dist \
${HORDEDIR}/config/registry.php \
${APACHE_USER} ${ROOT_GROUP} 0440
CONF_FILES_PERMS+= ${HORDEDIR}/config/hooks.php.dist \
${HORDEDIR}/config/hooks.php \
${APACHE_USER} ${ROOT_GROUP} 0440
# Empty directories installed by install target
# that we need to create in the install script
# to get the same layout from a binary package installation
REQD_DIRS+= share/horde/lib/data
REQD_DIRS+= share/horde/lib/XML/tests
REQD_DIRS+= share/horde/lib/XML/docs/examples
REQD_DIRS+= share/horde/lib/XML/docs
REQD_DIRS+= share/horde/lib/VFS/tests
REQD_DIRS+= share/horde/lib/Text/tests
REQD_DIRS+= share/horde/lib/Text/docs/examples
REQD_DIRS+= share/horde/lib/Text/docs
REQD_DIRS+= share/horde/lib/Horde/tests
REQD_DIRS+= share/horde/lib/Horde/docs/examples
REQD_DIRS+= share/horde/lib/Horde/docs
REQD_DIRS+= share/horde/lib/Horde/Text/tests
REQD_DIRS+= share/horde/lib/File/tests
SUBST_CLASSES+= files
SUBST_STAGE.files= post-build
SUBST_FILES.files= horde.conf.dist config/conf.xml config/conf.xml.dist \
scripts/set_perms.sh
SUBST_SED.files= -e "s|@HORDEDIR@|${HORDEDIR}|g" \
-e "s|/usr/lib/sendmail|${SENDMAIL}|g" \
-e "s|/bin/sh|${SH}|g"
SUBST_MESSAGE.files= Fixing configuration files.
.include "options.mk"
.include "../../mk/apache.mk"
do-build:
@${RM} ${WRKSRC}/lib/Horde/Auth/login.php.orig
@${CP} ${FILESDIR}/horde.conf.dist ${WRKSRC}/horde.conf.dist
@${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist
@${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f
@${CHMOD} 0750 ${WRKSRC}/scripts/set_perms.sh
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${HORDEDIR}
${INSTALL_DATA_DIR} ${HORDEDIR}/config
${INSTALL_DATA} ${WRKSRC}/horde.conf.dist ${EGDIR}/horde.conf
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR}
. for d in ${PAXDIRS}
${INSTALL_DATA_DIR} ${HORDEDIR}/${d}
. endfor
. for d in ${PAXDIRS}
@cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${HORDEDIR}/${d}
. endfor
${INSTALL_DATA} ${WRKSRC}/config/*.dist ${HORDEDIR}/config
${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
@${FIND} ${HORDEDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
@${FIND} ${HORDEDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
@${CHOWN} ${APACHE_USER}:${SHAREGRP} ${HORDEDIR}/config
@${CHMOD} 0750 ${HORDEDIR}/config
.include "../../mk/bsd.pkg.mk"