pkgsrc/www/skipstone/options.mk
salo 5325990881 Add standard way to depend on "seamonkey" an "firefox" backends.
Needs pkg-config.

Mark as BROKEN for now, requires ancient Mozilla.
ok <ghen>
2006-09-25 10:08:06 +00:00

20 lines
578 B
Makefile

# $NetBSD: options.mk,v 1.2 2006/09/25 10:08:06 salo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.skipstone
PKG_SUPPORTED_OPTIONS= wget
PKG_SUGGESTED_OPTIONS= wget
.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"
# SkipDownload uses wget to download files from the Internet, but since this
# is not strictly needed for SkipStone to run, it's an optional dependency.
.if !empty(PKG_OPTIONS:Mwget)
DEPENDS+= wget>=1:../../net/wget
.endif
.if !empty(PKG_OPTIONS:Mfirefox)
MOZILLA= firefox
.elif !empty(PKG_OPTIONS:Mseamonkey)
MOZILLA= seamonkey
.endif