diff options
Diffstat (limited to 'homebrew/yafc/.make.sh-auto')
-rw-r--r-- | homebrew/yafc/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/yafc/.make.sh-auto b/homebrew/yafc/.make.sh-auto new file mode 100644 index 000000000..8ef6ae44d --- /dev/null +++ b/homebrew/yafc/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +args = %W[--prefix=#{prefix} --with-readline=#{Formula["readline"].opt_prefix} ] +pkg:configure *args +make DESTDIR=${PKG_DEST} install |