diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/fpc-gdbm/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index b7048b8bd4a7..ff437e9ed603 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -46,6 +46,7 @@ SUBDIR += firebird-devel SUBDIR += fireprofile SUBDIR += flamerobin + SUBDIR += fpc-gdbm SUBDIR += fpc-ibase SUBDIR += fpc-mysql SUBDIR += fpc-odbc diff --git a/databases/fpc-gdbm/Makefile b/databases/fpc-gdbm/Makefile new file mode 100644 index 000000000000..5f673656a63a --- /dev/null +++ b/databases/fpc-gdbm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-gdbm +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gdbm + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the GNU database system + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |