1ba2a31a08
While swig2 may or may not work for various packages, 1) it installs swig2, which isn't API-compatible with calling 'swig' (since it won't be found) and 2) it hasn't been validated.
17 lines
456 B
Makefile
17 lines
456 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2012/11/09 15:49:03 gdt Exp $
|
|
|
|
BUILDLINK_TREE+= swig
|
|
|
|
.if !defined(SWIG_BUILDLINK3_MK)
|
|
SWIG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.swig+= swig>=1.3.24<2.0
|
|
BUILDLINK_ABI_DEPENDS.swig+= swig>=1.3.31<2.0
|
|
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_TREE+= -swig
|