summaryrefslogtreecommitdiff
path: root/homebrew/clamav/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/clamav/.make.sh-auto')
-rw-r--r--homebrew/clamav/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/clamav/.make.sh-auto b/homebrew/clamav/.make.sh-auto
new file mode 100644
index 000000000..b1733bced
--- /dev/null
+++ b/homebrew/clamav/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --libdir=#{lib} --sysconfdir=#{etc}/clamav --disable-zlib-vcheck --enable-llvm=no --with-libjson=#{Formula["json-c"].opt_prefix} --with-openssl=#{Formula["openssl"].opt_prefix} --with-pcre=#{Formula["pcre"].opt_prefix} --with-zlib=#{MacOS.sdk_path_if_needed}/usr ]
+pkgshare.mkpath
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install