aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 23:43:54 +0800
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 23:43:54 +0800
commitcc8cdb83e5f1530c9192f72ab8ca79a69e332474 (patch)
treec7c0934d11c0249c4f3f13f01ae4a63b0c793fed /databases
parent4eb098a9562328a0610d57331ae578249ce3b357 (diff)
downloadfreebsd-ports-cc8cdb83e5f1530c9192f72ab8ca79a69e332474.tar.gz
freebsd-ports-cc8cdb83e5f1530c9192f72ab8ca79a69e332474.tar.zst
freebsd-ports-cc8cdb83e5f1530c9192f72ab8ca79a69e332474.zip
Add fpc-gdbm , free Pascal interface to the GNU database system.
PR: ports/98666 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes: svn path=/head/; revision=165936
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/fpc-gdbm/Makefile19
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"