diff options
Diffstat (limited to 'homebrew/camlp4/.make.sh-auto')
-rw-r--r-- | homebrew/camlp4/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/camlp4/.make.sh-auto b/homebrew/camlp4/.make.sh-auto new file mode 100644 index 000000000..8bc66978f --- /dev/null +++ b/homebrew/camlp4/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV.deparallelize +pkg:configure --bindir=#{bin} --libdir=#{HOMEBREW_PREFIX}/lib/ocaml --pkgdir=#{HOMEBREW_PREFIX}/lib/ocaml/camlp4 +make all +make DESTDIR=${PKG_DEST} install LIBDIR=${PKG_TAPF}/lib/ocaml PKGDIR=${PKG_TAPF}/lib/lib/ocaml/camlp4 |