pkgsrc/devel/swig/buildlink3.mk
wulf 54a1897cf3 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 10:15:46 +00:00

24 lines
709 B
Makefile

# $NetBSD: buildlink3.mk,v 1.10 2006/12/02 10:15:46 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
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}swig
.if !empty(SWIG_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.swig+= swig>=1.3.24
BUILDLINK_ABI_DEPENDS.swig+= swig>=1.3.31
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/+$//}