summaryrefslogtreecommitdiff
path: root/homebrew/pdnsrec/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pdnsrec/.make.sh-auto')
-rw-r--r--homebrew/pdnsrec/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/pdnsrec/.make.sh-auto b/homebrew/pdnsrec/.make.sh-auto
new file mode 100644
index 000000000..74fff2326
--- /dev/null
+++ b/homebrew/pdnsrec/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.cxx11
+args = %W[--prefix=#{prefix} --sysconfdir=#{etc}/powerdns --disable-silent-rules --with-boost=#{Formula["boost"].opt_prefix} --with-libcrypto=#{Formula["openssl"].opt_prefix} --with-lua --without-net-snmp ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install