1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

- Fix LICENSE

- Add LICENSE_FILE
- Add links for gcc 8

Approved by:    bdrewery@FreeBSD.org (maintainer, implicit)
This commit is contained in:
Dmitry Marakasov 2017-07-05 10:23:00 +00:00
parent f6df83569c
commit 3cf4b2bfd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445062

View File

@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.3.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@ -11,7 +11,8 @@ MASTER_SITES= http://www.samba.org/ftp/ccache/ \
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Tool to minimize the compile time of C/C++ programs
LICENSE= GPLv3
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/GPL-3.0.txt
CONFLICTS_INSTALL= ccache-static-[0-9]* ccache-memcached-[0-9]* ccache-memcached-static-[0-9]*
@ -75,7 +76,7 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7
GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}