summaryrefslogtreecommitdiff
path: root/editors/deforaos-editor/options.mk
diff options
context:
space:
mode:
authorkhorben <khorben>2012-12-17 01:27:42 +0000
committerkhorben <khorben>2012-12-17 01:27:42 +0000
commit44474e7a4f64f769b10094f70f1a879709c4ca93 (patch)
treed969afb2c37b7d730f5806ce45fc28cb23242436 /editors/deforaos-editor/options.mk
parent2c52dd653aefc70ce6306c779a7bf14c37dfe8fc (diff)
downloadpkgsrc-44474e7a4f64f769b10094f70f1a879709c4ca93.tar.gz
Imported wip/deforaos-editor, the DeforaOS text editor, under
editors/deforaos-editor (version 0.2.1)
Diffstat (limited to 'editors/deforaos-editor/options.mk')
-rw-r--r--editors/deforaos-editor/options.mk10
1 files changed, 10 insertions, 0 deletions
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