openbsd-ports/devel/scons/Makefile
simon 958f6f6316 update to version 0.97 and remove quotes around comment
similar diff by Brad, "go ahead" steven@
2007-09-10 21:02:25 +00:00

35 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/10 21:02:25 simon Exp $
COMMENT= Python-based build system
VERSION= 0.97
DISTNAME= scons-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.scons.org/
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
MODULES= lang/python
NO_REGRESS= Yes
SUBST_VARS+= VERSION
post-extract:
@perl -pi -e 's,^#!.*python$$,#!${MODPY_BIN},' \
${WRKSRC}/script/scons{,ign,-time}
post-install:
${INSTALL_MAN} ${WRKSRC}/scons{,ign,-time}.1 ${PREFIX}/man/man1
.include <bsd.port.mk>