Move clang binaries into FreeBSD-clang package

This commit is contained in:
bapt 2015-06-16 20:34:39 +00:00
parent 686222ed26
commit 276e53ce92
2 changed files with 15 additions and 0 deletions

View 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

View File

@ -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