2010-06-14 12:30:14 +02:00
|
|
|
# New ports collection Makefile for: build
|
|
|
|
# Date created: 14 June 2010
|
|
|
|
# Whom: gahr
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= build
|
2011-03-22 17:13:44 +01:00
|
|
|
PORTVERSION= 0.3.9
|
2010-06-14 12:30:14 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
|
|
|
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2010-09-30 10:14:41 +02:00
|
|
|
COMMENT= A massively-parallel build system implemented on top of GNU make
|
2010-06-14 12:30:14 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-06-14 12:30:14 +02:00
|
|
|
|
2010-09-30 10:14:41 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2010-06-14 12:30:14 +02:00
|
|
|
MAKEFILE= makefile
|
|
|
|
NO_BUILD= yes
|
|
|
|
MAKE_ARGS= install_prefix=${PREFIX}
|
|
|
|
|
|
|
|
PLIST_SUB= BUILD_VER=${PORTVERSION:R}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|