diff options
Diffstat (limited to 'homebrew/pureftpd/.make.sh-auto')
-rw-r--r-- | homebrew/pureftpd/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/pureftpd/.make.sh-auto b/homebrew/pureftpd/.make.sh-auto new file mode 100644 index 000000000..de75e47af --- /dev/null +++ b/homebrew/pureftpd/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +args = %W[--disable-dependency-tracking --prefix=#{prefix} --mandir=#{man} --sysconfdir=#{etc} --with-everything --with-pam --with-tls --with-bonjour ] +pkg:configure *args +make DESTDIR=${PKG_DEST} install |