f8d1798ddf
from maintainer Andrew Dalgleish
32 lines
613 B
Makefile
32 lines
613 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/04/17 14:57:11 steven Exp $
|
|
|
|
COMMENT= "Python-based build system"
|
|
|
|
VERSION= 0.96.92
|
|
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= python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
SUBST_VARS+= VERSION
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/scons.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/sconsign.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|