73fdd3f3ed
The major changes compared to the Kronolith version H3 (2.3) are: * Added script to import events from SquirrelMail calendars. * Added option to manually change attendee responses. * Improved holidays support. * Many minor bug fixes.
44 lines
1010 B
Makefile
44 lines
1010 B
Makefile
# $OpenBSD: Makefile,v 1.24 2009/03/30 18:36:37 mbalmer Exp $
|
|
|
|
COMMENT= web based calendar application using the horde framework
|
|
|
|
HORDE_MODULE= kronolith
|
|
HORDE_NAME= Kronolith
|
|
|
|
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
|
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= *
|
|
|
|
PREFIX= /var/www
|
|
INSTDIR= ${PREFIX}/horde
|
|
SUBST_VARS= INSTDIR HORDE_NAME HORDE_MODULE
|
|
|
|
RUN_DEPENDS= :horde->=3.0:devel/horde \
|
|
:pear-Date-*:devel/pear-Date \
|
|
:imp-h3-*:mail/imp
|
|
|
|
pre-fake:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
|
|
do-install:
|
|
mv ${WRKDIST} ${INSTDIR}/${HORDE_MODULE}
|
|
chown -R ${BINOWN}:daemon ${INSTDIR}/${HORDE_MODULE}
|
|
chown -R ${BINOWN}:www ${INSTDIR}/${HORDE_MODULE}/config
|
|
find ${INSTDIR}/${HORDE_MODULE} -name \*.orig -exec rm {} \;
|
|
|
|
.include <bsd.port.mk>
|