pkgsrc/x11/deforaos-notes/options.mk
khorben 734fbdc2c1 Import initial package for DeforaOS Notes version 0.0.0
DeforaOS Notes is a notes manager for the DeforaOS desktop.
2015-09-01 00:28:03 +00:00

10 lines
250 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/09/01 00:28:03 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-notes
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif