pkgsrc/devel/scons/Makefile.common
ryoon 660c0e1e2e Update to 2.2.0
* Tested with graphics/blender and games/pingus

Changelog:
* Bugfixes
* More documentation
* Add new features
2012-12-16 15:06:25 +00:00

17 lines
488 B
Makefile

# $NetBSD: Makefile.common,v 1.7 2012/12/16 15:06:25 ryoon Exp $
#
# used by devel/scons/Makefile
DISTNAME= scons-${SCONS_VERSION}
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
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"