summaryrefslogtreecommitdiff
path: root/homebrew/polipo/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/polipo/.make.sh-auto')
-rw-r--r--homebrew/polipo/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/polipo/.make.sh-auto b/homebrew/polipo/.make.sh-auto
new file mode 100644
index 000000000..bab4d39a7
--- /dev/null
+++ b/homebrew/polipo/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+cache_root = (var + "cache/polipo")
+cache_root.mkpath
+args = %W[PREFIX=#{prefix} LOCAL_ROOT=#{pkgshare}/www DISK_CACHE_ROOT=#{cache_root} MANDIR=#{man} INFODIR=#{info} PLATFORM_DEFINES=-DHAVE_IPv6 ]
+make all *args
+make DESTDIR=${PKG_DEST} install *args