1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/scons/Makefile
Philip M. Gollucci b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00

27 lines
536 B
Makefile

# New ports collection makefile for: scons
# Date created: 16 December 2001
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= scons
PORTVERSION= 0.98.5
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>