3e8b30df1d
NEW IN WAF 2.0.6 ---------------- * Add Task.deep_inputs to enable further dependencies on input file tasks * Set unit tests to depend on input file tasks instead of timestamps NEW IN WAF 2.0.5 ---------------- * Force unit tests to depend on the executable creation time besides file contents * Enhance the Eclipse project generator * Update the cuda examples
23 lines
584 B
Makefile
23 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.37 2018/02/25 21:27:00 wiz Exp $
|
|
|
|
DISTNAME= waf-2.0.6
|
|
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
|
|
|
|
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"
|