aboutsummaryrefslogtreecommitdiffstats
path: root/databases/fpc-gdbm
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-06-21 23:43:54 +0800
committergarga <garga@FreeBSD.org>2006-06-21 23:43:54 +0800
commit382bf3ca69d8623cbd30636cd1bf9921e526bcde (patch)
tree4b0a0ad71b3446d518793b58ebd782016e152081 /databases/fpc-gdbm
parent3f42c381772d57b56db476b0495820b89e13dcf0 (diff)
downloadfreebsd-ports-gnome-382bf3ca69d8623cbd30636cd1bf9921e526bcde.tar.gz
freebsd-ports-gnome-382bf3ca69d8623cbd30636cd1bf9921e526bcde.tar.zst
freebsd-ports-gnome-382bf3ca69d8623cbd30636cd1bf9921e526bcde.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>
Diffstat (limited to 'databases/fpc-gdbm')
-rw-r--r--databases/fpc-gdbm/Makefile19
1 files changed, 19 insertions, 0 deletions
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"