NEW IN WAF 2.0.23 ----------------- * Fix the Qt3D* libraries detection * Fix swig processing when \r is preset in the module name * Add RISC-V generic detection * Detect gcc first on GNU/kFreeBSD * Improve waflib/extras/msvcdeps performance
24 lines
609 B
Makefile
24 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.55 2021/12/16 07:45:04 adam Exp $
|
|
|
|
DISTNAME= waf-2.0.23
|
|
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"
|