summaryrefslogtreecommitdiff
path: root/editors/tea/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tea/options.mk')
-rw-r--r--editors/tea/options.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/tea/options.mk b/editors/tea/options.mk
new file mode 100644
index 00000000000..3fe363feead
--- /dev/null
+++ b/editors/tea/options.mk
@@ -0,0 +1,21 @@
+# $NetBSD: options.mk,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.tea
+PKG_SUPPORTED_OPTIONS= aspell gtksourceview # enchant antiword
+PKG_SUGGESTED_OPTIONS= # none enabled by default
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Maspell)
+.include "../../textproc/aspell/buildlink3.mk"
+.endif
+
+# --enable-enchant disabled aspell so choose one or the other
+
+.if !empty(PKG_OPTIONS:Mgtksourceview)
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../x11/gtksourceview/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --enable-legacy
+.endif