30 lines
532 B
Makefile
30 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/10/09 11:56:37 stsp Exp $
|
|
|
|
COMMENT= Python-based build system
|
|
|
|
VERSION = 2.3.0
|
|
REVISION = 1
|
|
DISTNAME= scons-${VERSION}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.scons.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
|
|
|
|
MODULES= lang/python
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
SUBST_VARS+= VERSION
|
|
|
|
MODPY_ADJ_FILES += script/scons script/sconsign script/scons-time
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/scons{,ign,-time}.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|