freebsd-ports/devel/scons/Makefile

28 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: scons
# Date created: 16 December 2001
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= scons
2005-10-10 16:48:46 +02:00
PORTVERSION= 0.96.91
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= A build tool alternative to make
2005-10-10 16:48:46 +02:00
MAN1= scons.1 sconsign.1
USE_PYTHON= yes
2002-04-29 16:01:09 +02:00
USE_PYDISTUTILS= yes
2003-02-25 05:57:57 +01:00
EXTRACT_AFTER_ARGS= | ${TAR} -xf - 2>/dev/null || ${TRUE}
2005-10-10 16:48:46 +02:00
PLIST_SUB= SCONS_VER=${PORTVERSION}
post-install:
${INSTALL_MAN} ${WRKSRC}/scons.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>