openbsd-ports/www/turba/Makefile
sthen 80a725208d Update the Horde suite to current versions. devel/horde has SECURITY fixes
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.

Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
2009-09-28 13:09:15 +00:00

40 lines
793 B
Makefile

# $OpenBSD: Makefile,v 1.20 2009/09/28 13:09:15 sthen Exp $
COMMENT= contact management module for Horde
HORDE_MODULE= turba
HORDE_NAME= Turba
DISTNAME= ${HORDE_MODULE}-h3-2.3.2
CATEGORIES= www
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_HORDE:=turba/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/horde
SUBST_VARS= INSTDIR
RUN_DEPENDS= :horde->=3.0:devel/horde \
: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>