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.
18 lines
520 B
Makefile
18 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/05/25 08:52:37 epg Exp $
|
|
|
|
PKGNAME= swig-build-${SWIG_VERSION}
|
|
COMMENT= Simplified Wrapper and Interface Generator, base build files
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --without-guile
|
|
CONFIGURE_ARGS+= --without-java
|
|
CONFIGURE_ARGS+= --without-ocaml
|
|
CONFIGURE_ARGS+= --without-perl5
|
|
CONFIGURE_ARGS+= --without-php4
|
|
CONFIGURE_ARGS+= --without-pike
|
|
CONFIGURE_ARGS+= --without-python
|
|
CONFIGURE_ARGS+= --without-ruby
|
|
CONFIGURE_ARGS+= --without-tcl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|