mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b43083409f
Approved by: araujo (mentor)
27 lines
536 B
Makefile
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>
|