2000-05-29 21:25:07 +02:00
|
|
|
# New ports collection makefile for: mod_php4
|
|
|
|
# Date created: Sun May 28 11:31:54 CEST 2000
|
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
1995-08-28 15:28:45 +02:00
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1995-08-28 15:28:45 +02:00
|
|
|
#
|
|
|
|
|
2001-02-25 22:22:04 +01:00
|
|
|
PORTNAME?= mod_php4
|
2002-07-22 20:22:14 +02:00
|
|
|
PORTVERSION= 4.2.2
|
|
|
|
PORTREVISION?= 0
|
2001-02-25 22:22:04 +01:00
|
|
|
CATEGORIES?= www
|
2000-05-29 21:25:07 +02:00
|
|
|
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
|
1999-08-19 13:26:48 +02:00
|
|
|
http://php.he.net/${PHP_DISTDIR}/ \
|
|
|
|
http://www.php3.de/${PHP_DISTDIR}/ \
|
2001-05-10 10:24:36 +02:00
|
|
|
http://au.php.net/${PHP_DISTDIR}/ \
|
1999-08-19 13:26:48 +02:00
|
|
|
http://at.php.net/${PHP_DISTDIR}/ \
|
|
|
|
http://br.php.net/${PHP_DISTDIR}/ \
|
|
|
|
http://php.easydns.com/${PHP_DISTDIR}/ \
|
|
|
|
http://www.php.cz/${PHP_DISTDIR}/ \
|
2000-05-29 21:25:07 +02:00
|
|
|
http://php3.globe.de/${PHP_DISTDIR}/
|
2000-10-12 11:48:55 +02:00
|
|
|
DISTNAME= php-${PORTVERSION}
|
1995-08-28 15:28:45 +02:00
|
|
|
|
1999-08-16 20:41:13 +02:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1997-09-03 20:45:16 +02:00
|
|
|
|
2001-02-25 22:22:04 +01:00
|
|
|
.if !defined(STANDALONE)
|
2002-05-01 12:56:02 +02:00
|
|
|
.if defined(WITH_APACHE2)
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
|
|
|
|
LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth
|
|
|
|
.else
|
2000-05-29 21:25:07 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
2001-02-25 22:22:04 +01:00
|
|
|
.endif
|
2002-05-01 12:56:02 +02:00
|
|
|
.endif
|
2000-05-28 17:04:39 +02:00
|
|
|
|
2000-06-30 15:01:26 +02:00
|
|
|
PHP_DISTDIR= distributions
|
1999-08-19 13:26:48 +02:00
|
|
|
|
2001-02-25 22:22:04 +01:00
|
|
|
SLAVEDIRS= lang/php4
|
|
|
|
|
2002-05-13 08:20:06 +02:00
|
|
|
USE_BZIP2= yes
|
2002-03-25 10:19:20 +01:00
|
|
|
USE_SUBMAKE= yes
|
2002-01-06 07:20:22 +01:00
|
|
|
USE_AUTOCONF_VER=213
|
2001-02-25 22:22:04 +01:00
|
|
|
|
2001-08-22 22:13:50 +02:00
|
|
|
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
.endif
|
|
|
|
|
2001-02-25 22:22:04 +01:00
|
|
|
.if defined(STANDALONE)
|
2001-06-25 00:36:34 +02:00
|
|
|
CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \
|
2001-12-04 08:27:41 +01:00
|
|
|
--disable-pear \
|
|
|
|
--enable-discard-path \
|
|
|
|
--with-readline=/usr
|
2001-12-19 20:48:41 +01:00
|
|
|
|
|
|
|
MAKE_ENV= STANDALONE="${STANDALONE}"
|
2001-02-25 22:22:04 +01:00
|
|
|
.else
|
2002-05-01 12:56:02 +02:00
|
|
|
.if defined(WITH_APACHE2)
|
|
|
|
CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \
|
|
|
|
--with-tsrm-pth
|
2002-05-11 18:49:32 +02:00
|
|
|
PLIST_SUB= MOD_DIR=libexec/apache2 \
|
|
|
|
NON=
|
2002-05-01 12:56:02 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs
|
2002-05-11 18:49:32 +02:00
|
|
|
PLIST_SUB= MOD_DIR=libexec/apache \
|
|
|
|
NON=non-
|
2002-05-01 12:56:02 +02:00
|
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc
|
2001-02-25 22:22:04 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--enable-versioning \
|
2002-04-16 12:58:19 +02:00
|
|
|
--with-regex=system \
|
2000-04-04 22:22:19 +02:00
|
|
|
--without-gd \
|
2000-10-12 11:48:55 +02:00
|
|
|
--without-mysql
|
1998-06-14 11:58:22 +02:00
|
|
|
|
2001-12-21 16:28:06 +01:00
|
|
|
CFLAGS+= -I${PREFIX}/include
|
|
|
|
|
2000-05-29 21:25:07 +02:00
|
|
|
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
|
|
|
|
TOUCH="${TOUCH}" \
|
2000-12-13 09:43:16 +01:00
|
|
|
MKDIR="${MKDIR}" \
|
2001-02-25 22:22:04 +01:00
|
|
|
CAT="${CAT}" \
|
2002-01-09 07:45:47 +01:00
|
|
|
PHP4_OPTIONS="${PHP4_OPTIONS}" \
|
2001-02-25 22:22:04 +01:00
|
|
|
REALCURDIR="${.CURDIR}"
|
2000-05-29 21:25:07 +02:00
|
|
|
|
1999-06-10 12:24:41 +02:00
|
|
|
pre-fetch:
|
1998-09-01 20:38:05 +02:00
|
|
|
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
|
2002-05-01 12:56:02 +02:00
|
|
|
.if !defined(STANDALONE) && !defined(WITH_APACHE2)
|
|
|
|
@${ECHO_CMD} "Define WITH_APACHE2 to build mod_php4 as an apache2 module."
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
.endif
|
1996-05-20 09:37:06 +02:00
|
|
|
|
1996-06-15 18:58:09 +02:00
|
|
|
post-install:
|
2001-02-25 22:22:04 +01:00
|
|
|
.if !defined(STANDALONE)
|
2000-05-29 21:25:07 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc
|
2001-02-25 22:22:04 +01:00
|
|
|
.else
|
|
|
|
@${MKDIR} ${PREFIX}/etc/php.standalone
|
2001-03-04 19:44:38 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc/php.standalone
|
2001-02-25 22:22:04 +01:00
|
|
|
.endif
|
1998-07-25 13:30:31 +02:00
|
|
|
|
2001-02-25 22:22:04 +01:00
|
|
|
.if !defined(STANDALONE)
|
2002-05-01 12:48:54 +02:00
|
|
|
@${ECHO_CMD} "*****************************************************************************"
|
|
|
|
@${ECHO_CMD} "Make sure the mime.types are connected to the php module properly and"
|
|
|
|
@${ECHO_CMD} "index.php is part of your DirectoryIndex."
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
@${ECHO_CMD} "The following should be in your Apache configuration file:"
|
|
|
|
@${ECHO_CMD} "[...]"
|
|
|
|
@${ECHO_CMD} "DirectoryIndex index.php index.html"
|
|
|
|
@${ECHO_CMD} "[...]"
|
|
|
|
@${ECHO_CMD} "AddType application/x-httpd-php .php"
|
|
|
|
@${ECHO_CMD} "AddType application/x-httpd-php-source .phps"
|
|
|
|
@${ECHO_CMD} "[...]"
|
|
|
|
@${ECHO_CMD} "*****************************************************************************"
|
2001-02-25 22:22:04 +01:00
|
|
|
.endif
|
1996-06-15 18:58:09 +02:00
|
|
|
|
2000-04-04 22:32:22 +02:00
|
|
|
post-clean:
|
1998-12-23 01:44:50 +01:00
|
|
|
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
|
1998-09-01 20:38:05 +02:00
|
|
|
|
1998-12-23 01:44:50 +01:00
|
|
|
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
|
|
|
|
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
|
1998-09-01 20:38:05 +02:00
|
|
|
.endif
|
2000-02-26 00:43:27 +01:00
|
|
|
|
1995-08-28 15:28:45 +02:00
|
|
|
.include <bsd.port.mk>
|