freebsd-ports/devel/scons/Makefile
Philip M. Gollucci b4c84c0fe2 - lang/python23 is nolonger supported so remove the obsolete patch
- Update to 1.2.0_20091224 [1]

PR:             ports/142234 [1]
Submitted by:   dikshie <dikshie@sfc.wide.ad.jp> [1]
2010-01-04 02:39:59 +00:00

31 lines
773 B
Makefile

# New ports collection makefile for: scons
# Date created: 16 December 2001
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= scons
PORTVERSION= 1.2.0
PORTREVISION= 20091224
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.d20091224
DISTNAME= ${PORTNAME}-${PORTVERSION}.d${PORTREVISION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A build tool alternative to make
MAKE_JOBS_SAFE= yes
.if !defined (NO_INSTALL_MANPAGES)
MAN1= scons.1 sconsign.1 scons-time.1
.endif
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFODIR= ${PREFIX}/lib/scons-${PORTVERSION}.d${PORTREVISION}
PYDISTUTILS_PKGVERSION= ${PORTVERSION}.d${PORTREVISION}
PLIST_SUB= SCONS_VER=${PORTVERSION}.d${PORTREVISION}
.include <bsd.port.mk>