2002-03-03 17:19:25 +01:00
|
|
|
# New ports collection makefile for: scons
|
|
|
|
# Date created: 16 December 2001
|
|
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scons
|
2007-02-12 12:56:39 +01:00
|
|
|
PORTVERSION= 0.96.94
|
2002-03-03 17:19:25 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-06-25 09:50:58 +02:00
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= A build tool alternative to make
|
2002-03-03 17:19:25 +01:00
|
|
|
|
2007-02-12 12:56:39 +01:00
|
|
|
MAN1= scons.1 sconsign.1 scons-time.1
|
2003-04-16 23:25:47 +02:00
|
|
|
|
2002-03-03 17:19:25 +01:00
|
|
|
USE_PYTHON= yes
|
2002-04-29 16:01:09 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2002-03-03 17:19:25 +01:00
|
|
|
|
2007-02-12 12:56:39 +01:00
|
|
|
PLIST_SUB= SCONS_VER=${PORTVERSION}
|
2003-04-16 23:25:47 +02:00
|
|
|
|
2002-03-03 17:19:25 +01:00
|
|
|
.include <bsd.port.mk>
|