From 44474e7a4f64f769b10094f70f1a879709c4ca93 Mon Sep 17 00:00:00 2001 From: khorben Date: Mon, 17 Dec 2012 01:27:42 +0000 Subject: Imported wip/deforaos-editor, the DeforaOS text editor, under editors/deforaos-editor (version 0.2.1) --- editors/deforaos-editor/options.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/deforaos-editor/options.mk (limited to 'editors/deforaos-editor/options.mk') diff --git a/editors/deforaos-editor/options.mk b/editors/deforaos-editor/options.mk new file mode 100644 index 00000000000..444ec98ed1c --- /dev/null +++ b/editors/deforaos-editor/options.mk @@ -0,0 +1,10 @@ +# $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 -- cgit v1.2.3