pkgsrc/devel/scons/Makefile
bjs 4acb4b6a7e Update scons to 1.1.0, scons-devel to 1.1.0.20081104. Split
common makery into Makefile.common, add CONFLICTS for each package
referring to the others, as for now the manpages will conflict.

TODO:  Use ALTERNATIVES system?  How to handle manpages?

Many bug fixes and some feature/documentation enhancements.  The
web site goes into this in much detail; also, see CHANGES.txt
and RELEASE.txt in the source distribution.

Also, see the change to patch-aa which ensures we use ${PKGVERSION_NOREV}
to generate the version for the installation where appropriate.
2008-11-15 01:16:48 +00:00

11 lines
226 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/11/15 01:16:48 bjs Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= scons-devel-[0-9]*
.include "../../devel/scons/Makefile.common"
SCONS_VERSION= 1.1.0
.include "../../mk/bsd.pkg.mk"