58ad5941e2
sysutils/deforaos-browser (version 0.4.9)
10 lines
252 B
Makefile
10 lines
252 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/12/17 00:19:58 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-browser
|
|
PKG_SUPPORTED_OPTIONS= embedded
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Membedded)
|
|
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
|
|
.endif
|