b124ca30c9
Major changes compared to the Kronolith H3 (2.1.5) version are: * Updated German, Polish, Simplified Chinese, and Spanish translations. * Small bugfixes and improvements. The full list of changes (from version H3 (2.1.5)) can be viewed here: http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.149&r2=1.165.2.158&ty=h
43 lines
932 B
Makefile
43 lines
932 B
Makefile
# $OpenBSD: Makefile,v 1.16 2007/10/01 09:19:13 mbalmer Exp $
|
|
|
|
COMMENT= web based calendar application using the horde framework
|
|
|
|
HORDE_MODULE= kronolith
|
|
HORDE_NAME= Kronolith
|
|
|
|
DISTNAME= ${HORDE_MODULE}-h3-2.1.6
|
|
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
|
|
|
|
RUN_DEPENDS= :horde->=3.0:devel/horde \
|
|
:pear-Date-*:devel/pear-Date \
|
|
:imp-h3-*:mail/imp
|
|
|
|
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>
|