mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9f75cb0fe7
Release announcement: http://www.codesynthesis.com/pipermail/build-users/2014-July/000003.html - While at it, use USES=tar:bzip2, add LICENSE
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= build
|
|
PORTVERSION= 0.3.10
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= gmake tar:bzip2
|
|
|
|
NO_BUILD= yes
|
|
MAKEFILE= makefile
|
|
MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX}
|
|
|
|
PLIST_SUB= BUILD_VER=${PORTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|