blob: 3772b30b98e5c2f2cf31e340abf2fc542c7a0fdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2004/03/07 23:20:55 minskim Exp $
PKGNAME= swig-build-${SWIG_VERSION}
COMMENT= Simplified Wrapper and Interface Generator, base build files
PKG_INSTALLATION_TYPES= overwrite pkgviews
.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"
|