aboutsummaryrefslogtreecommitdiffstats
path: root/devel/scons/Makefile
blob: 251be67142bd60d508114c602dff93c82261009d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

RUN_DEPENDS+=   python2:${PORTSDIR}/lang/python2

.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

NO_STAGE=   yes
.include <bsd.port.pre.mk>

.if defined (NO_INSTALL_MANPAGES)
PYDISTUTILS_INSTALLARGS+=   --no-install-man
.endif

.include <bsd.port.post.mk>