0f09b848d9
This package contains only the swig program itself and the base definitions; it is useless alone. You only need this package if you are building software that uses SWIG. You will also need a swig-LANG package, where LANG is the language you are working with (e.g. swig-perl, swig-python, etc.). Still todo: import other swig runtimes, move existing swig package to swig11 and update dependencies, and add the new swig packages to devel/Makefile.
22 lines
654 B
Makefile
22 lines
654 B
Makefile
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/05/25 08:52:37 epg Exp $
|
|
|
|
.if !defined(SWIG_BUILD_BUILDLINK2_MK)
|
|
SWIG_BUILD_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= swig-build
|
|
BUILDLINK_DEPENDS.swig-build?= swig-build>=${SWIG_VERSION}
|
|
BUILDLINK_PKGSRCDIR.swig-build?= ../../devel/swig-build
|
|
|
|
# This package contains no run-time components.
|
|
BUILDLINK_DEPMETHOD.swig-build?= build
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.swig-build=swig-build
|
|
BUILDLINK_PREFIX.swig-build_DEFAULT= ${LOCALBASE}
|
|
|
|
.include "../../devel/swig-build/Makefile.version"
|
|
|
|
BUILDLINK_TARGETS+= swig-build-buildlink
|
|
|
|
swig-build-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # SWIG_BUILD_BUILDLINK2_MK
|