summaryrefslogtreecommitdiff
path: root/www/epiphany-extensions/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany-extensions/options.mk')
-rw-r--r--www/epiphany-extensions/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/epiphany-extensions/options.mk b/www/epiphany-extensions/options.mk
new file mode 100644
index 00000000000..e2e781aac36
--- /dev/null
+++ b/www/epiphany-extensions/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2006/09/24 16:28:49 salo Exp $
+
+# this should use the same gecko option as epiphany
+PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany
+
+.include "../../www/seamonkey/gecko-options.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mfirefox)
+CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/dom
+CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/pref
+CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/webbrwsr
+.else
+BROKEN= seamonkey backend is currently not supported
+.endif