summaryrefslogtreecommitdiff
path: root/editors/texmaker/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texmaker/options.mk')
-rw-r--r--editors/texmaker/options.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/texmaker/options.mk b/editors/texmaker/options.mk
new file mode 100644
index 00000000000..2e25c396081
--- /dev/null
+++ b/editors/texmaker/options.mk
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2014/11/18 13:20:35 mef Exp $
+#
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.texmaker
+PKG_SUPPORTED_OPTIONS= qt5
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mqt5)
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../print/poppler-qt5/buildlink3.mk"
+.else
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../print/poppler-qt4/buildlink3.mk"
+.endif