pkgsrc/www/epiphany/options.mk
salo ba00ae25e6 Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.

The "seamonkey" backend is not (yet) supported by the package, add BROKEN.
2006-09-24 16:28:20 +00:00

17 lines
651 B
Makefile

# $NetBSD: options.mk,v 1.1 2006/09/24 16:28:20 salo Exp $
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/find
CFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/find
CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/necko
CFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/necko
CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/pref
CFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/pref
.else
BROKEN= seamonkey backend is currently not supported
.endif