openbsd-ports/www/kronolith/Makefile
mbalmer d288ed26e8 Minor security update to Kronolith 2.1.8. Change the way the package
is built by first unpacking the distfile so it can be patched.
Sprinkle a few SQL typecasts where needed to make Kronolith happy
again with PostgreSQL 8.3.x.  Discussed with simon.
2008-05-08 09:57:56 +00:00

42 lines
898 B
Makefile

# $OpenBSD: Makefile,v 1.18 2008/05/08 09:57:56 mbalmer Exp $
COMMENT= web based calendar application using the horde framework
HORDE_MODULE= kronolith
HORDE_NAME= Kronolith
DISTNAME= ${HORDE_MODULE}-h3-2.1.8
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}
find ${INSTDIR}/${HORDE_MODULE} -name \*.orig -exec rm {} \;
.include <bsd.port.mk>