2002-03-03 16:19:25 +00:00
|
|
|
# New ports collection makefile for: scons
|
|
|
|
# Date created: 16 December 2001
|
|
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scons
|
2003-02-25 04:57:57 +00:00
|
|
|
PORTVERSION= 0.11
|
2002-03-03 16:19:25 +00:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-06-25 07:50:58 +00:00
|
|
|
MAINTAINER= perky@FreeBSD.org
|
2002-03-03 16:19:25 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 14:01:09 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
2003-02-25 04:57:57 +00:00
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - 2>/dev/null || ${TRUE}
|
2002-03-03 16:19:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|