Import of pkgsrc-2014Q1
This commit is contained in:
21
lang/lua/application.mk
Normal file
21
lang/lua/application.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
# $NetBSD: application.mk,v 1.3 2013/10/30 09:09:59 obache Exp $
|
||||
#
|
||||
# This makefile fragment is intended to be included by packages that
|
||||
# install Lua scripts.
|
||||
#
|
||||
# Package-settable variables:
|
||||
#
|
||||
# REPLACE_LUA
|
||||
# A list of Lua scripts to be installed, relative to ${WRKSRC}.
|
||||
#
|
||||
# Keywords: Lua
|
||||
#
|
||||
|
||||
.include "../../lang/lua/luaversion.mk"
|
||||
|
||||
.if defined(REPLACE_LUA)
|
||||
REPLACE_INTERPRETER+= lua
|
||||
REPLACE.lua.old= .*lua
|
||||
REPLACE.lua.new= ${LOCALBASE}/bin/lua
|
||||
REPLACE_FILES.lua= ${REPLACE_LUA}
|
||||
.endif
|
||||
Reference in New Issue
Block a user