6504adaf62
PR: 108476 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: scons
|
|
# Date created: 16 December 2001
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scons
|
|
PORTVERSION= 0.96.94
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= A build tool alternative to make
|
|
|
|
MAN1= scons.1 sconsign.1 scons-time.1
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_SUB= SCONS_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|