summaryrefslogtreecommitdiff
path: root/databases/ocaml-dbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ocaml-dbm/Makefile')
-rw-r--r--databases/ocaml-dbm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/ocaml-dbm/Makefile b/databases/ocaml-dbm/Makefile
new file mode 100644
index 00000000000..bd5d7399389
--- /dev/null
+++ b/databases/ocaml-dbm/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2012/12/15 10:25:52 jaapb Exp $
+#
+
+PKGNAME= ocaml-dbm-${PKGVERSION}
+DISTNAME= camldbm-${PKGVERSION}
+PKGVERSION= 1.0
+CATEGORIES= databases
+MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/728/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= http://camldbm.forge.ocamlcore.org/
+COMMENT= OCaml binding to the NDBM and GDBM database library
+LICENSE= gnu-lgpl-v2
+
+HAS_CONFIGURE= yes
+MAKE_ENV+= DESTDIR="${DESTDIR}"
+
+INSTALLATION_DIRS= lib/ocaml/stublibs
+
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../lang/ocaml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"