mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||||
|
|
19
databases/fpc-gdbm/Makefile
Normal file
19
databases/fpc-gdbm/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue