eddc423f51
Addition of Lua, CLISP and Common Lisp with UFFI and CFFI Improvements to PHP4, C# and runtime type system Many new features and bug fixes
23 lines
648 B
Makefile
23 lines
648 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2006/04/13 13:32:53 wulf Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SWIG_BUILDLINK3_MK:= ${SWIG_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= swig
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nswig}
|
|
BUILDLINK_PACKAGES+= swig
|
|
|
|
.if !empty(SWIG_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.swig+= swig>=1.3.24
|
|
BUILDLINK_ABI_DEPENDS.swig?= swig>=1.3.29
|
|
BUILDLINK_PKGSRCDIR.swig?= ../../devel/swig
|
|
# only contains a static library
|
|
BUILDLINK_DEPMETHOD.swig?= build
|
|
|
|
BUILDLINK_FILES.swig+= share/swig/1.3/* share/swig/1.3/*/*
|
|
.endif # SWIG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|