aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:47:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:47:43 +0000
commitdfd8507c963f10c294c2f655be1753cb67601b21 (patch)
treeed7854f877512cae1e7513d8b01c45340544d21b /lang
parent49c6d55a5ac2e31e5922029d4f0a17bda94488ba (diff)
downloadports-dfd8507c963f10c294c2f655be1753cb67601b21.tar.gz
ports-dfd8507c963f10c294c2f655be1753cb67601b21.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
-rw-r--r--lang/php4-dtc/Makefile19
-rw-r--r--lang/php4-horde/Makefile59
-rw-r--r--lang/php4-nms/Makefile19
4 files changed, 0 insertions, 100 deletions
diff --git a/lang/Makefile b/lang/Makefile
index a53780bdbc4e..5ee3b6a9a3b2 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -169,10 +169,7 @@
SUBDIR += php3
SUBDIR += php4
SUBDIR += php4-cli
- SUBDIR += php4-dtc
SUBDIR += php4-extensions
- SUBDIR += php4-horde
- SUBDIR += php4-nms
SUBDIR += php4-overload
SUBDIR += php5
SUBDIR += php5-cli
diff --git a/lang/php4-dtc/Makefile b/lang/php4-dtc/Makefile
deleted file mode 100644
index 142bfb5d8d06..000000000000
--- a/lang/php4-dtc/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"
diff --git a/lang/php4-horde/Makefile b/lang/php4-horde/Makefile
deleted file mode 100644
index cab0ba402ea9..000000000000
--- a/lang/php4-horde/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: php4-horde
-# Date created: 11 September 2003
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
-# $FreeBSD$
-#
-
-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"
diff --git a/lang/php4-nms/Makefile b/lang/php4-nms/Makefile
deleted file mode 100644
index b5174175d2ce..000000000000
--- a/lang/php4-nms/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: php4-nms
-# Date created: 28 August 2003
-# Whom: Sergey Akifyev <asa@gascom.ru>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= lang
-PKGNAMESUFFIX= -nms
-
-MAINTAINER= asa@gascom.ru
-
-WITH_GD= yes
-WITH_SNMP= yes
-WITH_SOCKETS= yes
-
-MASTERDIR= ${.CURDIR}/../php4
-
-.include "${MASTERDIR}/Makefile"