From cc8cdb83e5f1530c9192f72ab8ca79a69e332474 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 21 Jun 2006 15:43:54 +0000 Subject: [PATCH] Add fpc-gdbm , free Pascal interface to the GNU database system. PR: ports/98666 Submitted by: Jose Alonso Cardenas Marquez --- databases/Makefile | 1 + databases/fpc-gdbm/Makefile | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 databases/fpc-gdbm/Makefile 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 +# +# $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"