pkgsrc/www/deforaos-surfer/options.mk
khorben 141fee614a Imported wip/deforaos-surfer, the DeforaOS web browser, under
www/deforaos-surfer (version 0.2.6)
2012-12-17 01:36:28 +00:00

10 lines
251 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/12/17 01:36:28 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-surfer
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif