freebsd-ports/devel/scons/Makefile
2003-02-25 06:25:35 +00:00

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>