blob: 25e0d0218f730b561d6b5478e57ed07601bb3c9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2003/05/30 11:33:26 epg Exp $
PKGNAME= swig-python-${SWIG_VERSION}
COMMENT= Simplified Wrapper and Interface Generator, Python runtime
.include "../swig-build/Makefile.common"
PYTHON_VERSION_ACCEPTED= 22 22pth
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
ALL_TARGET= runtime
INSTALL_TARGET= install-runtime
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"
|