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

View File

@@ -1,15 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.14 2011/01/19 13:46:13 adam Exp $
# $NetBSD: buildlink3.mk,v 1.17 2013/10/30 06:18:09 dholland Exp $
#
# This is a fake buildlink3.mk file. It figures out the Lua version
# and then includes the real buildlink3.mk file for that Lua version.
#
# It is intended to be included by packages that embed the Lua
# interpreter and therefore link against Lua.
BUILDLINK_TREE+= lua
.include "../../lang/lua/luaversion.mk"
.include "${LUA_PKGSRCDIR}/buildlink3.mk"
.if !defined(LUA_BUILDLINK3_MK)
LUA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.lua+= lua>=5.1.1
BUILDLINK_ABI_DEPENDS.lua+= lua>=5.1.4nb1
BUILDLINK_PKGSRCDIR.lua?= ../../lang/lua
.include "../../devel/readline/buildlink3.mk"
.endif # LUA_BUILDLINK3_MK
BUILDLINK_TREE+= -lua
BUILDLINK_PREFIX.lua= ${BUILDLINK_PREFIX.${LUA_PACKAGE}}