summaryrefslogtreecommitdiff
path: root/homebrew/gnuplot/.make.sh-auto
blob: 52f751d839213d5c18ef244629acc2b312c391b0 (plain)
1
2
3
4
5
6
7
pkg:setup
ENV.cxx11
args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --with-readline=#{Formula["readline"].opt_prefix} --without-tutorial --disable-wxwidgets --with-qt --without-x ]
pkg:configure *args
ENV.deparallelize 
make
make DESTDIR=${PKG_DEST} install