mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
Move clang binaries into FreeBSD-clang package
This commit is contained in:
parent
baec3daef1
commit
9067d50812
2 changed files with 15 additions and 0 deletions
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…
Reference in a new issue