pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
taskwarrior: Deport options into options.mk
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Jun 20 22:13:09 2016 +0200
Changeset: 57dd8863eca3cf5b3e4b5efcbe366b88a4604011
Added Files:
taskwarrior/options.mk
Log Message:
taskwarrior: Deport options into options.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57dd8863eca3cf5b3e4b5efcbe366b88a4604011
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
taskwarrior/options.mk | 11 +++++++++++
1 file changed, 11 insertions(+)
diffs:
diff --git a/taskwarrior/options.mk b/taskwarrior/options.mk
new file mode 100644
index 0000000..084e6f3
--- /dev/null
+++ b/taskwarrior/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.16 2015/08/10 21:16:48 yhardy Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.taskwarrior
+PKG_SUPPORTED_OPTIONS= lua
+PKG_SUGGESTED_OPTIONS= lua
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mlua)
+.include "../../lang/lua/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index