Files
pkgsrc-ng/devel/scons/Makefile
2016-01-21 23:42:40 +01:00

20 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.29 2015/09/05 10:55:20 adam Exp $
DISTNAME= scons-2.3.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.scons.org/
COMMENT= Python-based, open-source build system
LICENSE= mit
REPLACE_PYTHON+= script/scons script/scons-time script/sconsign
# not yet ported as of 2.3.0, but progress promised
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"