2009-03-20 20:23:50 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:30 joerg Exp $
|
2004-05-03 17:58:55 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= swig
|
2004-05-03 17:58:55 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(SWIG_BUILDLINK3_MK)
|
|
|
|
SWIG_BUILDLINK3_MK:=
|
2004-05-03 17:58:55 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.swig+= swig>=1.3.24
|
Updated swig to 1.3.31:
SWIG-1.3.31 summary:
- Python modern classes regression fix
SWIG-1.3.30 summary:
- Python-2.5 support
- New language module: R
- Director support added for C#
- Numerous director fixes and improvements
- Improved mingw/msys support
- Better constants support in Guile and chicken modules
- Support for generating PHP5 class wrappers
- Important Java premature garbage collection fix
- Minor improvements/fixes in cffi, php, allegrocl,
perl, chicken, lua, ruby, ocaml, python, java, c# and guile
- Many many other bug fixes
2006-12-02 11:15:46 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.swig+= swig>=1.3.31
|
2004-05-03 17:58:55 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.swig?= ../../devel/swig
|
|
|
|
# only contains a static library
|
|
|
|
BUILDLINK_DEPMETHOD.swig?= build
|
2006-01-12 18:35:15 +01:00
|
|
|
|
|
|
|
BUILDLINK_FILES.swig+= share/swig/1.3/* share/swig/1.3/*/*
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # SWIG_BUILDLINK3_MK
|
2004-05-03 17:58:55 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -swig
|