660c0e1e2e
* Tested with graphics/blender and games/pingus Changelog: * Bugfixes * More documentation * Add new features
17 lines
488 B
Text
17 lines
488 B
Text
# $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"
|