5c78596e03
Major changes compared to the Kronolith version H3 (2.0.4) are: * Fix reminder emails. * Fix warnings with Internet Explorer on HTTPS connections. The full list of changes (from version H3 (2.0.4)) can be viewed here: http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.68&r2=1.165.2.69.2.1&ty=h
43 lines
924 B
Makefile
43 lines
924 B
Makefile
# $OpenBSD: Makefile,v 1.9 2005/11/13 19:47:34 mbalmer Exp $
|
|
|
|
COMMENT= "addressbook for imp"
|
|
|
|
HORDE_MODULE= kronolith
|
|
HORDE_NAME= Kronolith
|
|
|
|
DISTNAME= ${HORDE_MODULE}-h3-2.0.5
|
|
CATEGORIES= www mail
|
|
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_HORDE:=kronolith/}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
EXTRACT_ONLY=
|
|
|
|
PREFIX= /var/www
|
|
INSTDIR= ${PREFIX}/horde
|
|
SUBST_VARS= INSTDIR HORDE_NAME HORDE_MODULE
|
|
|
|
PHP_VERSION= 5
|
|
RUN_DEPENDS= :horde->=3.0:devel/horde \
|
|
:php${PHP_VERSION}-imap-*:www/php${PHP_VERSION}/extensions,-imap
|
|
|
|
pre-fake:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
|
|
do-install:
|
|
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
@mv ${INSTDIR}/${DISTNAME} ${INSTDIR}/${HORDE_MODULE}
|
|
|
|
.include <bsd.port.mk>
|