8e17b3863d
* support for animated images in view(1) and in the preview plug-in * further improvements to the preview plug-in (zooming images...) * improved support for translations * better support for Gtk+ 3.0 (enabled in wip)
11 lines
254 B
Makefile
11 lines
254 B
Makefile
# $NetBSD: options.mk,v 1.2 2014/01/11 21:11:53 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
|