diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-filepro/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ba24bf449596..2f5740586eb7 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -221,6 +221,7 @@ SUBDIR += php5-dbase SUBDIR += php5-dbx SUBDIR += php5-filepro + SUBDIR += php5-interbase SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile new file mode 100644 index 000000000000..0d856339ad45 --- /dev/null +++ b/databases/php5-filepro/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-filepro +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -filepro + +.include "${MASTERDIR}/Makefile" |