4acb4b6a7e
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.
15 lines
339 B
Makefile
15 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/11/15 01:16:49 bjs Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:S/d//:C/-/&devel-/}
|
|
COMMENT= Python-based, open-source build tool (development version)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= scons-[0-9]*
|
|
|
|
.include "../../devel/scons/Makefile.common"
|
|
|
|
SCONS_VERSION= 1.1.0.d20081104
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|