diff options
Diffstat (limited to 'homebrew/harbour/.make.sh-auto')
-rw-r--r-- | homebrew/harbour/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/harbour/.make.sh-auto b/homebrew/harbour/.make.sh-auto new file mode 100644 index 000000000..c7159b87f --- /dev/null +++ b/homebrew/harbour/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV["HB_INSTALL_PREFIX"] = prefix +ENV["HB_WITH_X11"] = "no" +ENV.deparallelize +make DESTDIR=${PKG_DEST} install +rm Dir[bin/"hbmk2.*.hbl"] |