summaryrefslogtreecommitdiff
path: root/homebrew/gnucobol/.make.sh-auto
blob: 473477ad87da7827f1d47f4532afc0a0a232b3bb (plain)
1
2
3
4
5
6
7
pkg:setup
gmp = Formula["gmp"]
bdb = Formula["berkeley-db"]
ENV.append "CPPFLAGS", "-I#{gmp.opt_include} -I#{bdb.opt_include}"
ENV.append "LDFLAGS", "-L#{gmp.opt_lib} -L#{bdb.opt_lib}"
pkg:configure --disable-dependency-tracking --disable-silent-rules --with-libiconv-prefix=/usr --with-libintl-prefix=/usr
make DESTDIR=${PKG_DEST} install