1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/scons/Makefile

21 lines
424 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@FreeBSD.org
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}
.include <bsd.port.mk>