477f2d54c5
v4.19.22 - Bug fixes. v4.19.21 - Bug fixes. v4.19.20 - Bug fixes.
13 lines
426 B
Makefile
13 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/04/12 06:19:56 adam Exp $
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/sip/sip-qt5/}
|
|
COMMENT= SIP bindings for C and C++ libraries (PyQt5 version)
|
|
|
|
.include "../../x11/py-sip/Makefile.common"
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
|
${PYTHONBIN} configure.py ${CONFIGURE_ARGS} --sip-module PyQt5.sip --no-tools
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|