Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

21
lang/lua/application.mk Normal file
View 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