diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-sybase/Makefile | 14 | ||||
-rw-r--r-- | databases/php4-sybase_ct/Makefile | 14 | ||||
-rw-r--r-- | devel/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index aa49e99d3285..bca61b64f8b1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -216,6 +216,7 @@ SUBDIR += php4-oracle SUBDIR += php4-pgsql SUBDIR += php4-sybase + SUBDIR += php4-sybase_ct SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php4-sybase/Makefile b/databases/php4-sybase/Makefile new file mode 100644 index 000000000000..4ed253b5cff3 --- /dev/null +++ b/databases/php4-sybase/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-sybase +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -sybase + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php4-sybase_ct/Makefile b/databases/php4-sybase_ct/Makefile new file mode 100644 index 000000000000..7b9ae7e8773c --- /dev/null +++ b/databases/php4-sybase_ct/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-sybase_ct +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -sybase_ct + +.include "${MASTERDIR}/Makefile" diff --git a/devel/Makefile b/devel/Makefile index 469c525b12d6..2413c61cabdc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1030,6 +1030,7 @@ SUBDIR += pharmacy SUBDIR += php-dbg SUBDIR += php-xdebug + SUBDIR += php4-dio SUBDIR += php4-pcre SUBDIR += php4-pear SUBDIR += php5-pcre |