aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/packages/clang.ucl13
-rw-r--r--usr.bin/clang/clang.prog.mk2
2 files changed, 15 insertions, 0 deletions
diff --git a/release/packages/clang.ucl b/release/packages/clang.ucl
new file mode 100644
index 000000000000..d8899463b354
--- /dev/null
+++ b/release/packages/clang.ucl
@@ -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
diff --git a/usr.bin/clang/clang.prog.mk b/usr.bin/clang/clang.prog.mk
index 14f7609e439b..b0efe24a0c8a 100644
--- a/usr.bin/clang/clang.prog.mk
+++ b/usr.bin/clang/clang.prog.mk
@@ -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