9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
33 lines
992 B
Makefile
33 lines
992 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:29 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= scons-${SCONSVER}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|