1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

editors/codelite: Add support for Clang(s) of llvm40, llvm50, and llvm60

PR:		226496
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Sponsored by:	Netzkommune GmbH
This commit is contained in:
Mahdi Mokhtari 2018-03-10 20:10:46 +00:00
parent 78fa2cca52
commit 25eb3f7b0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464088

View File

@ -3,6 +3,7 @@
PORTNAME= codelite
PORTVERSION= 11.0
PORTREVISION= 1
CATEGORIES= editors devel
MAINTAINER= mmokhi@FreeBSD.org
@ -44,10 +45,10 @@ SFTP_USES= localbase
CLANG_DESC= Clang code-completion
.for v in 34 35 36 37 38 39
.for v in 34 35 36 37 38 39 40 50 60
OPTIONS_RADIO_CLANG+= CLANG$v
CLANG$v_DESC= Clang ${v:C/(.)(.)/\1.\2.x/}
.if $v == 39
.if $v >= 39
CLANG$v_BUILD_DEPENDS= llvm$v>0:devel/llvm$v
CLANG$v_RUN_DEPENDS= llvm$v>0:devel/llvm$v
.else