pkgsrc/www/seamonkey/options.mk
ghen 1e320db38d Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk2 version). Seamonkey is
the community-driven continuation of the Mozilla Suite, which is no longer
maintained by Mozilla.
2006-03-30 19:15:38 +00:00

12 lines
329 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
.include "../../mk/bsd.options.mk"
# this .if test looks backward, but the missing options disables debug,
# so it is correct
.if empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --disable-debug
.endif