1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/scons/Makefile

27 lines
553 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
2004-03-13 05:10:50 +00:00
PORTVERSION= 0.95
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@FreeBSD.org
2003-02-25 06:25:35 +00:00
COMMENT= A build tool alternative to make
MAN1= scons.1
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}
post-install:
${INSTALL_MAN} ${WRKSRC}/scons.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>