summaryrefslogtreecommitdiff
path: root/databases/soci/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-07-05 21:04:45 +0000
committerjoerg <joerg@pkgsrc.org>2013-07-05 21:04:45 +0000
commit86fb8e137e7b58fba3bfbaaeb8310ffab8a33c31 (patch)
tree423311cb0966f44684cdadb7af2fe561284c0187 /databases/soci/Makefile
parent98a76fbcb039330c06ef19492a85e08e5be5fa11 (diff)
downloadpkgsrc-86fb8e137e7b58fba3bfbaaeb8310ffab8a33c31.tar.gz
Add soci-3.2.1:
SOCI is a database access libary for C++. It provides a natural interface with extensive STL integration. A number of major database servers are accessable.
Diffstat (limited to 'databases/soci/Makefile')
-rw-r--r--databases/soci/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/soci/Makefile b/databases/soci/Makefile
new file mode 100644
index 00000000000..1717a58584f
--- /dev/null
+++ b/databases/soci/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/07/05 21:04:45 joerg Exp $
+#
+
+DISTNAME= soci-3.2.1
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soci/}
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://soci.sourceforge.net/
+COMMENT= C++ database access library
+LICENSE= boost-license
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+CMAKE_ARGS+= -DSOCI_LIBDIR=lib
+
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"