aboutsummaryrefslogtreecommitdiff
path: root/databases/fpc-gdbm/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 15:43:54 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 15:43:54 +0000
commitcc8cdb83e5f1530c9192f72ab8ca79a69e332474 (patch)
treec7c0934d11c0249c4f3f13f01ae4a63b0c793fed /databases/fpc-gdbm/Makefile
parent4eb098a9562328a0610d57331ae578249ce3b357 (diff)
downloadports-cc8cdb83e5f1530c9192f72ab8ca79a69e332474.tar.gz
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/fpc-gdbm/Makefile')
-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"