Add fpc-gdbm , free Pascal interface to the GNU database system.

PR:		ports/98666
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 15:43:54 +00:00
parent 4eb098a956
commit cc8cdb83e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165936
2 changed files with 20 additions and 0 deletions

View file

@ -46,6 +46,7 @@
SUBDIR += firebird-devel SUBDIR += firebird-devel
SUBDIR += fireprofile SUBDIR += fireprofile
SUBDIR += flamerobin SUBDIR += flamerobin
SUBDIR += fpc-gdbm
SUBDIR += fpc-ibase SUBDIR += fpc-ibase
SUBDIR += fpc-mysql SUBDIR += fpc-mysql
SUBDIR += fpc-odbc SUBDIR += fpc-odbc

View file

@ -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"