44d5a2a4dc
Need by dtc port.
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# New ports collection makefile for: php4-dtc
|
|
# Date created: 11 May 2004
|
|
# Whom: Thomas Goirand <thomas@goirand.fr>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= lang www
|
|
PKGNAMESUFFIX= -dtc
|
|
|
|
MAINTAINER= thomas@goirand.fr
|
|
COMMENT= A default PHP configured for DTC
|
|
|
|
WITH_SESSION= yes
|
|
WITH_MYSQL= yes
|
|
WITH_SOCKET= yes
|
|
WITH_GD= yes
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
.include "${MASTERDIR}/Makefile"
|