summaryrefslogtreecommitdiff
path: root/homebrew/libharu/.make.sh-auto
blob: c8aa0e484dc923d257d66b60b6568c85daabcb94 (plain)
1
2
3
4
5
6
pkg:setup
./buildconf.sh --force
args = %W[--disable-debug --disable-dependency-tracking --prefix=#{prefix} --with-png=#{Formula["libpng"].opt_prefix} ]
args << "--with-zlib=#{MacOS.sdk_path}/usr" if MacOS.sdk_path_if_needed
pkg:configure *args
make DESTDIR=${PKG_DEST} install