pkgsrc-wip/deforaos-browser/options.mk
Pierre Pronchery 3502fd2d29 Packaged DeforaOS Browser 0.4.10, with:
- improvements to icons (emblems, type associations...)
- differentiated directory icons (pictures, videos...)
- fixes to the git and subversion plug-ins (when adding files)
- support for URLs and directories as desktop entries (homescreen)
- additional improvements when handling desktop entries
- some fixes to the user interface (back/forward buttons...)
- additional minor fixes (internal dependencies...)
2012-12-24 03:33:27 +00:00

11 lines
254 B
Makefile

# $NetBSD: options.mk,v 1.2 2012/12/24 03:33:27 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