24 lines
518 B
Makefile
24 lines
518 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= build
|
|
PORTVERSION= 0.3.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Massively-parallel build system implemented on top of GNU make
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= gmake
|
|
USE_BZIP2= yes
|
|
|
|
MAKEFILE= makefile
|
|
NO_BUILD= yes
|
|
MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX}
|
|
|
|
PLIST_SUB= BUILD_VER=${PORTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|