summaryrefslogtreecommitdiff
path: root/homebrew/uberftp/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/uberftp/.make.sh-auto')
-rw-r--r--homebrew/uberftp/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/uberftp/.make.sh-auto b/homebrew/uberftp/.make.sh-auto
new file mode 100644
index 000000000..5e272d327
--- /dev/null
+++ b/homebrew/uberftp/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+globus = Formula["globus-toolkit"].opt_prefix
+inreplace "configure", "globus_location/include/globus/gcc64dbg", "globus_location/libexec/include"
+inreplace "configure", "globus_location/lib64", "globus_location/libexec/lib"
+pkg:configure --with-globus=#{globus}
+make
+make DESTDIR=${PKG_DEST} install