diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-22 10:14:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-22 10:14:52 +0000 |
commit | 9f75cb0fe79bee265bc46a15f571d60527cb16cb (patch) | |
tree | 583a0fdf9e534a6c747c941c389116732d7c2ec4 /devel/build/Makefile | |
parent | 0e90ccad241dd8fcede6ed7a34829bb12e55925c (diff) |
Notes
Diffstat (limited to 'devel/build/Makefile')
-rw-r--r-- | devel/build/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/build/Makefile b/devel/build/Makefile index 3478eaeae054..d5aa1d787327 100644 --- a/devel/build/Makefile +++ b/devel/build/Makefile @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= build -PORTVERSION= 0.3.9 +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 -USE_BZIP2= yes +USES= gmake tar:bzip2 -MAKEFILE= makefile NO_BUILD= yes +MAKEFILE= makefile MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX} PLIST_SUB= BUILD_VER=${PORTVERSION:R} |