pkgsrc/editors/deforaos-editor/options.mk
khorben 68d8a4b776 Imported wip/deforaos-editor, the DeforaOS text editor, under
editors/deforaos-editor (version 0.2.1)
2012-12-17 01:27:42 +00:00

10 lines
251 B
Makefile

# $NetBSD: options.mk,v 1.1 2012/12/17 01:27:42 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-editor
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif