diff options
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/php4-interbase/Makefile | 14 | ||||
| -rw-r--r-- | databases/php4-mssql/Makefile | 14 | 
3 files changed, 29 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 20104040bb63..8a42e8d40269 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -210,6 +210,7 @@      SUBDIR += php4-dbx      SUBDIR += php4-filepro      SUBDIR += php4-interbase +    SUBDIR += php4-mssql      SUBDIR += phpmyadmin      SUBDIR += phppgadmin      SUBDIR += postgis diff --git a/databases/php4-interbase/Makefile b/databases/php4-interbase/Makefile new file mode 100644 index 000000000000..28e8949420b5 --- /dev/null +++ b/databases/php4-interbase/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for:	php4-interbase +# Date created:			7 Jul 2004 +# Whom:				Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES=	databases + +MASTERDIR=	${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX=	-interbase + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php4-mssql/Makefile b/databases/php4-mssql/Makefile new file mode 100644 index 000000000000..dd10cd05de92 --- /dev/null +++ b/databases/php4-mssql/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for:	php4-mssql +# Date created:			7 Jul 2004 +# Whom:				Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES=	databases + +MASTERDIR=	${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX=	-mssql + +.include "${MASTERDIR}/Makefile"  | 
