- Update WWW
- Add NO_ARCH - Add LICENSE_FILE
This commit is contained in:
parent
abfa09ec2b
commit
a9644068b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455638
@ -4,22 +4,24 @@
|
||||
PORTNAME= build
|
||||
PORTVERSION= 0.3.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
||||
MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Massively-parallel build system implemented on top of GNU make
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
NO_BUILD= yes
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX}
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_SUB= BUILD_VER=${PORTVERSION:R}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,4 +14,4 @@ Some of its features include:
|
||||
* inter-project dependency tracking.
|
||||
* extensible language/compiler framework.
|
||||
|
||||
WWW: http://www.codesynthesis.com/projects/build/
|
||||
WWW: https://www.codesynthesis.com/projects/build/
|
||||
|
Loading…
Reference in New Issue
Block a user