e10f76f0e7
PR: ports/178277 Submitted by: glebius Approved by: Gavin McDonald <gavin@16degrees.com.au> (maintainer)
32 lines
652 B
Makefile
32 lines
652 B
Makefile
# Created by: Peter Haight <peterh@sapros.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scons
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= gavin@16degrees.com.au
|
|
COMMENT= A build tool alternative to make
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.if !defined (NO_INSTALL_MANPAGES)
|
|
MAN1= scons.1 sconsign.1 scons-time.1
|
|
.endif
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_EGGINFODIR= ${PREFIX}/lib/scons-${PORTVERSION}
|
|
|
|
PLIST_SUB+= SCONS_VER=${PORTVERSION}
|
|
|
|
USE_PYTHON= -2.7
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined (NO_INSTALL_MANPAGES)
|
|
PYDISTUTILS_INSTALLARGS+= --no-install-man
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|