blob: efb3334e8dd8f0d9bafa9539b89667c2644a5930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection Makefile for: build
# Date created: 14 June 2010
# Whom: 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= A massively-parallel build system implemented on top of GNU make
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_GMAKE= yes
MAKEFILE= makefile
NO_BUILD= yes
MAKE_ARGS= install_prefix=${PREFIX}
PLIST_SUB= BUILD_VER=${PORTVERSION:R}
.include <bsd.port.mk>
|