diff options
Diffstat (limited to 'homebrew/dovecot/.make.sh-auto')
-rw-r--r-- | homebrew/dovecot/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/dovecot/.make.sh-auto b/homebrew/dovecot/.make.sh-auto new file mode 100644 index 000000000..3fc6640b0 --- /dev/null +++ b/homebrew/dovecot/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +args = %W[--prefix=#{prefix} --disable-dependency-tracking --libexecdir=#{libexec} --sysconfdir=#{etc} --localstatedir=#{var} --with-bzlib --with-pam --with-sqlite --with-ssl=openssl --with-zlib ] +pkg:configure *args +make DESTDIR=${PKG_DEST} install +resource("pigeonhole").stage do +args = %W[--disable-dependency-tracking --with-dovecot=#{lib}/dovecot --prefix=#{prefix} ] +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install |