Ticket #18913: patch-gnuplot-emacs.diff
File patch-gnuplot-emacs.diff, 1.3 KB (added by mojca (Mojca Miklavec), 13 years ago) |
---|
-
Portfile
PortGroup xcodeversion 1.0 6 6 7 7 name gnuplot 8 8 version 4.6.0 9 revision 1 9 10 categories math science 10 11 # the license has some inconvenient requirements that we're not meeting 11 12 # to be allowed to distribute binaries … … configure.args --with-readline=${prefix} \ 79 80 --enable-histograms \ 80 81 --infodir='\${prefix}/share/info' \ 81 82 --mandir='\${prefix}/share/man' \ 83 --without-lisp-files \ 82 84 --disable-wxwidgets \ 83 85 --without-latex \ 84 86 --without-tutorial \ … … variant tutorial description "Build the tutorial (requires a tex install)" { 142 144 configure.args-append --with-tutorial 143 145 } 144 146 147 variant emacs description "An emacs mode for working with gnuplot" { 148 depends_build-append path:bin/emacs:emacs 149 configure.args-delete --without-lisp-files 150 configure.args-append --with-lisp-files --with-lispdir=${prefix}/share/emacs/site-lisp 151 } 152 145 153 default_variants +luaterm +pangocairo 146 154 147 155 destroot.destdir prefix=${destroot}${prefix}