pkgsrc/sysutils/deforaos-browser/options.mk
khorben 8e17b3863d Packaged DeforaOS Browser 0.4.13, with:
* 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)
2014-01-11 21:11:53 +00:00

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