summaryrefslogtreecommitdiff
path: root/databases/soci/Makefile
diff options
context:
space:
mode:
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"