70b23c9b6a
Collection. The 0.96.9x releases will eventually become scons 0.97, but the stable release is still 0.96.1 available in devel/scons. However, some pacakges might need the newer capabilities. SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
32 lines
976 B
Makefile
32 lines
976 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/29 15:43:09 cube Exp $
|
|
#
|
|
|
|
DISTNAME= scons-${SCONSVER}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.scons.org/
|
|
COMMENT= Build system, written in Python
|
|
|
|
SCONSVER= 0.96.91
|
|
PLIST_SUBST+= SCONSVER=${SCONSVER}
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_PATCH_SCRIPTS= script/scons script/sconsign
|
|
|
|
# XXX The dependency on py-xml below is not needed for
|
|
# standard operation. There is an extension to scons (bksys)
|
|
# however which needs XML processing. Putting a dependency
|
|
# on px-xml-for-the-python-version-used-by-scons elsewhere
|
|
# would be too complicated.
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/scons.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/sconsign.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
# XXX see comment above
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|