22 lines
466 B
Makefile
22 lines
466 B
Makefile
# New ports collection makefile for: scons
|
|
# Date created: 16 December 2001
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scons
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= A build tool alternative to make
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - 2>/dev/null || ${TRUE}
|
|
|
|
.include <bsd.port.mk>
|