Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / deforaos-player / options.mk
blobfac0505c7f53b990f34deba426c6a2a72345fec0
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-player
4 PKG_SUPPORTED_OPTIONS= embedded
6 .include "../../mk/bsd.options.mk"
8 .if !empty(PKG_OPTIONS:Membedded)
9 MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
10 .endif