- Fix LICENSE
- Add LICENSE_FILE - Remove unneeded GH_PROJECT - Simplify post-patch - Update WWW
This commit is contained in:
parent
9c72ccde1c
commit
1be67b624f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517116
2 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,8 @@ CATEGORIES= devel
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Adacore multi-language software build tool
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING3
|
||||
|
||||
BUILD_DEPENDS= xmlada>=4.4:textproc/xmlada
|
||||
|
||||
|
@ -17,7 +18,6 @@ SNAPSHOT= 20160609
|
|||
USES= ada
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= AdaCore
|
||||
GH_PROJECT= gprbuild
|
||||
GH_TAGNAME= 376670f
|
||||
|
||||
PORTDOCS= *
|
||||
|
@ -32,10 +32,10 @@ OPTIONS_DEFINE= DOCS
|
|||
#DOCS_INSTALL_TARGET= install-docs
|
||||
|
||||
post-patch:
|
||||
${MKDIR} ${WRKDIR}/trash ${BUILD_WRKSRC}
|
||||
${CP} ${FILESDIR}/Makefile.BSD ${WRKSRC}/construction/Makefile
|
||||
@${MKDIR} ${BUILD_WRKSRC}
|
||||
@${CP} ${FILESDIR}/Makefile.BSD ${BUILD_WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -i "" -e "s,@AUXPREFIX@,${PREFIX}/${ADAXX}-aux," \
|
||||
${WRKSRC}/share/gprconfig/compilers.xml
|
||||
${MV} ${WRKSRC}/share/gprconfig/*.orig ${WRKDIR}/trash
|
||||
@${RM} ${WRKSRC}/share/gprconfig/*.orig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -7,4 +7,4 @@ new toolchains and languages it is primarily aimed at projects of all sizes
|
|||
organized into subsystems and libraries and is particularly well suited for
|
||||
compiled languages.
|
||||
|
||||
WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/
|
||||
WWW: https://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/
|
||||
|
|
Loading…
Reference in a new issue