summaryrefslogtreecommitdiff
path: root/databases/virtuoso/options.mk
diff options
context:
space:
mode:
authorjaapb <jaapb>2013-04-13 13:16:02 +0000
committerjaapb <jaapb>2013-04-13 13:16:02 +0000
commitace895d76cf4f0aba5120b1b2ff211b0cac8fe8d (patch)
treef7d3106eee41e25e50aaead87258594fddbdc0a2 /databases/virtuoso/options.mk
parent18b0741f91a63ae7277d9da8ec546a2d74077148 (diff)
downloadpkgsrc-ace895d76cf4f0aba5120b1b2ff211b0cac8fe8d.tar.gz
Added the virtuoso server, version 6.1.6.
Virtuoso is a multi-model data server that delivers a platform-agnostic solution for data management, access and integration. Services offered include: * relational data management * RDF data management * XML data management * free text content management & full text indexing * document web server * linked data server * web application server * web services deployment (SOAP or REST)
Diffstat (limited to 'databases/virtuoso/options.mk')
-rw-r--r--databases/virtuoso/options.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/virtuoso/options.mk b/databases/virtuoso/options.mk
new file mode 100644
index 00000000000..98edbe1462e
--- /dev/null
+++ b/databases/virtuoso/options.mk
@@ -0,0 +1,28 @@
+# $NetBSD: options.mk,v 1.1 2013/04/13 13:16:02 jaapb Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.virtuoso
+PKG_SUPPORTED_OPTIONS= imagemagick ldap
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.options.mk"
+
+# Package-specific option-handling
+PLIST_VARS= im
+
+###
+### ImageMagick support
+###
+.if !empty(PKG_OPTIONS:Mimagemagick)
+CONFIGURE_ARGS+= --enable-imagemagick=${PREFIX}
+PLIST.im= yes
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-imagemagick
+.endif
+
+.if !empty(PKG_OPTIONS:Mldap)
+CONFIGURE_ARGS+= --enable-openldap=${PREFIX}
+.include "../../databases/openldap-client/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-openldap
+.endif