freebsd-ports/devel/scons/Makefile
Wesley Shields 0cdc5a16cf - Update to 1.1.0
PR:		ports/128437
Submitted by:	Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by:	pgollucci (maintainer)
2008-10-29 00:52:10 +00:00

26 lines
535 B
Makefile

# New ports collection makefile for: scons
# Date created: 16 December 2001
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= scons
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= SF
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A build tool alternative to make
.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}
PLIST_SUB= SCONS_VER=${PORTVERSION}
.include <bsd.port.mk>