diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-dbx/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5636589ef5d9..436ffe6f7fe0 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -208,6 +208,7 @@ SUBDIR += php4-dba SUBDIR += php4-dbase SUBDIR += php4-dbx + SUBDIR += php4-filepro SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php4-dbx/Makefile b/databases/php4-dbx/Makefile new file mode 100644 index 000000000000..84bc05d173e7 --- /dev/null +++ b/databases/php4-dbx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-dbx +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -dbx + +.include "${MASTERDIR}/Makefile" |