43 lines
982 B
Makefile
Raw Normal View History

2005-03-29 14:57:53 +00:00
# $OpenBSD: Makefile,v 1.16 2005/03/29 14:57:53 mbalmer Exp $
COMMENT= "modular framework for web-based applications"
2005-03-29 14:57:53 +00:00
V= 3.0.4
DISTNAME= horde-${V}
CATEGORIES= devel www
HOMEPAGE= http://www.horde.org/
2005-03-09 07:07:15 +00:00
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-08-17 01:51:08 +00:00
MASTER_SITES= ${MASTER_SITE_HORDE:=horde/tarballs/}
RUN_DEPENDS= pear-DB-*:databases/pear-DB
NO_BUILD= Yes
NO_REGRESS= Yes
2004-02-03 07:20:42 +00:00
PKG_ARCH= *
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/horde
SUBST_VARS= INSTDIR
2005-03-09 07:07:15 +00:00
PHP_VERSION= 5
RUN_DEPENDS= :php${PHP_VERSION}-core-*:www/php${PHP_VERSION}/core \
:php${PHP_VERSION}-mcrypt-*:www/php${PHP_VERSION}/extensions,-mcrypt \
:php${PHP_VERSION}-pear-*:www/php${PHP_VERSION}/core,-pear \
::devel/pear-Log \
::mail/pear-Mail-Mime
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}-${V} ${INSTDIR}
.include <bsd.port.mk>