diff options
Diffstat (limited to 'homebrew/nmap/.make.sh-auto')
-rw-r--r-- | homebrew/nmap/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/nmap/.make.sh-auto b/homebrew/nmap/.make.sh-auto new file mode 100644 index 000000000..121525c40 --- /dev/null +++ b/homebrew/nmap/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV.deparallelize +args = %W[--prefix=#{prefix} --with-libpcre=included --with-liblua=included --with-openssl=#{Formula["openssl"].opt_prefix} --without-nmap-update --disable-universal --without-zenmap ] +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install +rm_f Dir[bin/"uninstall_*"] |