pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mailfront
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Jul 31 20:40:19 UTC 2017
Added Files:
pkgsrc/mail/mailfront: options.mk
Log Message:
Oops, missed adding options.mk in previous.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mailfront/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/mail/mailfront/options.mk
diff -u /dev/null pkgsrc/mail/mailfront/options.mk:1.1
--- /dev/null Mon Jul 31 20:40:19 2017
+++ pkgsrc/mail/mailfront/options.mk Mon Jul 31 20:40:19 2017
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1 2017/07/31 20:40:19 schmonz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.mailfront
+PKG_SUPPORTED_OPTIONS+= lua
+PKG_SUGGESTED_OPTIONS+= lua
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+= lua
+.if !empty(PKG_OPTIONS:Mlua)
+LUA_VERSIONS_ACCEPTED= 51
+. include "../../lang/lua/buildlink3.mk"
+BUILD_TARGET+= lua
+PLIST.lua= yes
+.endif
Home |
Main Index |
Thread Index |
Old Index