summaryrefslogtreecommitdiff
path: root/databases/qore-sqlite3-module/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-30 15:45:04 +0000
committerwiz <wiz>2014-12-30 15:45:04 +0000
commit8c72ad5dfdd09cf6a7953044ac93ddc754aaf521 (patch)
tree71b5d0fb8c34942ec48d37dd73dbbcfd39e19af4 /databases/qore-sqlite3-module/Makefile
parent9a5d5ee5b059a6c9f739268322ccbf1ba8b5e788 (diff)
downloadpkgsrc-8c72ad5dfdd09cf6a7953044ac93ddc754aaf521.tar.gz
Import qore-sqlite3-module-1.0.1nb4 as databases/qore-sqlite3-module,
packaged for wip by nros. SQLite 3 driver for the Qore language DBI system, using this module Qore programs can access SQLite 3 file and in-memory databases using the Datasource and DatasourcePool classes.
Diffstat (limited to 'databases/qore-sqlite3-module/Makefile')
-rw-r--r--databases/qore-sqlite3-module/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/databases/qore-sqlite3-module/Makefile b/databases/qore-sqlite3-module/Makefile
new file mode 100644
index 00000000000..15fca5a6a53
--- /dev/null
+++ b/databases/qore-sqlite3-module/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2014/12/30 15:45:04 wiz Exp $
+
+DISTNAME= qore-sqlite3-module-1.0.1
+PKGREVISION= 4
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
+
+MAINTAINER= nros@users.sourceforge.net
+HOMEPAGE= http://www.qore.org/
+COMMENT= SQLite module for Qore
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+PTHREAD_OPTS+= native
+
+CONFIGURE_ARGS+=--with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
+
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/docs/sqlite3-module-doc.html \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+.include "options.mk"
+
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../lang/qore/buildlink3.mk"
+.include "../../lang/qore/module.mk"
+.include "../../mk/bsd.pkg.mk"