pkgsrc/devel/waf/Makefile
adam 7ccbac2b66 waf: updated to 2.0.18
NEW IN WAF 2.0.18
-----------------
* Fix a deadlock with cython and subst tasks
* Fix rpath processing so that it no longer breaks dependency chains
* Fix fast_partial.py failures on configuration tests
* Fix duplicate -fno-strict-aliasing flags in Python compilation flags detection
* Fix annoying PIE errors in demos/asm/
* Improve configuration tests cache accuracy
* Improve extras/fast_partial.py compatibility
* Improve extras/doxygen.py outdir parameter settings
* Add a dependency scanner for assembly files (Gas/Yasm)
* Add executable arguments for configuration tests / execute=True
* Add a QtTest example to demos/qt5/
* Add a cross-compilation option to extras/objcopy.py
2019-07-18 07:36:57 +00:00

24 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.49 2019/07/18 07:36:57 adam Exp $
DISTNAME= waf-2.0.18
CATEGORIES= devel
MASTER_SITES= https://waf.io/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://waf.io/
COMMENT= Framework for configuring, compiling, and installing applications
LICENSE= modified-bsd
USE_LANGUAGES= # none
REPLACE_PYTHON= waf-light
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf-light configure build
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/waf ${DESTDIR}${PREFIX}/bin
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"