Move clang binaries into FreeBSD-clang package
This commit is contained in:
parent
686222ed26
commit
276e53ce92
13
release/packages/clang.ucl
Normal file
13
release/packages/clang.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-clang"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "Clang compiler tools"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
TODO
|
||||
EOD
|
@ -9,6 +9,8 @@ DPADD+= ${.OBJDIR}/../../../lib/clang/lib${lib}/lib${lib}.a
|
||||
LDADD+= ${.OBJDIR}/../../../lib/clang/lib${lib}/lib${lib}.a
|
||||
.endfor
|
||||
|
||||
PACKAGE= clang
|
||||
|
||||
DPADD+= ${LIBNCURSESW}
|
||||
LDADD+= -lncursesw
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user