head	1.3;
access;
symbols
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.07.19.09.47.42;	author ale;	state dead;
branches;
next	1.2;

1.2
date	2004.05.09.12.12.27;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.24.09.47.00;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove obsolate PHP slave ports.
@
text
@# New ports collection makefile for:	php4-horde
# Date created:		11 September 2003
# Whom:			Thierry Thomas <thierry@@pompo.net>
#
# $FreeBSD: ports/lang/php4-horde/Makefile,v 1.2 2004/05/09 12:12:27 thierry Exp $
#

CATEGORIES=	lang www
PKGNAMESUFFIX=	-horde

MAINTAINER=	thierry@@FreeBSD.org
COMMENT=	A default PHP configured for the Horde framework

#-----------------------------------------------------------------------
# You may define these options:
#
# - WITHOUT_MYSQL:	this port is built with MySQL by default
#			but you might choose any other database
#			supported by PHP (e.g. WITH_POSTGRESQL).
#
# - WITHOUT_IMP:	this port is intended to build a default
#			package for IMP; use this knob if for
#			example you only need Chora.
#
# - WITHOUT_LDAP:	if you do not need OpenLDAP.
#
# - WITHOUT_MCAL:	if you don't plan to install Kronolith.
#
# - WITHOUT_FTP:	if you don't plan to install Gollem.
#
#-----------------------------------------------------------------------

PHP_PORT=	${PORTSDIR}/lang/php${PHP_VER}${PKGNAMESUFFIX}

WITH_DOMXML=	yes
WITH_GETTEXT=	yes
WITH_SESSION=	yes
.if !defined(NOCRYPT)
WITH_MCRYPT=	yes
.endif
.if !defined(WITHOUT_MYSQL)
WITH_MYSQL=	yes
.endif
.if !defined(WITHOUT_LDAP)
WITH_OPENLDAP=	yes
.endif
.if !defined(WITHOUT_IMP)
WITH_IMAP=	yes
.endif
.if !defined(WITHOUT_MCAL)
WITH_MCAL=	yes
.endif
.if !defined(WITHOUT_FTP)
WITH_FTP=	yes
.endif

MASTERDIR=	${.CURDIR}/../../lang/php4

.include "${MASTERDIR}/Makefile"
@


1.2
log
@Define PHP_PORT. This should fix a package building failure
of horde-2.2.5 (reported by Kris).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@New port: lang/php4-horde - a default PHP configured for the Horde framework.

	The port www/horde2 and its dependences (mail/turba,
	mail/imp3, etc.) cannot be packaged, because the default
	options of PHP are not sufficient.

	This port uses lang/php4 with Horde's options, in order to
	remove the IS_INTERACTIVE flags.

PR:		ports/57111
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d11 1
a11 1
MAINTAINER=	thierry@@pompo.net
d32 2
@

