Ticket #56240: Portfile-splash.diff
File Portfile-splash.diff, 1.5 KB (added by danieljprice (Daniel Price), 7 years ago) |
---|
-
Portfile.
old new 4 4 PortGroup compilers 1.0 5 5 6 6 name splash 7 version 2.5.1 8 revision 2 7 version 2.8.0 9 8 categories science graphics 10 9 platforms darwin 11 10 maintainers monash.edu:daniel.price … … 19 18 20 19 worksrcdir ${name} 21 20 22 checksums rmd160 5c87a5394c53b0f1b9a0e89170bc8ea8a7ed77b3\23 sha256 57d9eb6c8ff411ffc19e6be976debed2fd1bc1dcbe52cb42c30f5e05f6d3791821 checksums rmd160 1eef9c352ae507c4c8f233431a909bfc5a7fdc06 \ 22 sha256 de06b159846bd20717a55ec7cc9420e0fd86ab38dc66dc74b1f61b77b4d24fce 24 23 25 24 default_variants +giza 26 25 27 26 use_configure no 28 27 29 compilers.setup require_fortran - dragonegg -g95 -gcc44 -clang -llvm28 compilers.setup require_fortran -g95 -gcc44 -clang 30 29 31 30 build.cmd make 32 build.args SYSTEM=gfortran CC=${configure.cc} FC=${configure.fc} 31 build.args SYSTEM=gfortran CC=${configure.cc} FC=${configure.fc} PREFIX=${prefix} 33 32 34 33 destroot.args PREFIX=${prefix} 35 34 use_parallel_build no 36 35 37 36 variant giza description {use giza as the backend graphics library} conflicts pgplot { 38 depends_lib-append path:lib/pkgconfig/cairo.pc:cairo \ 39 port:xorg-libX11 37 depends_lib-append port:giza 40 38 build.args-append X11DIR=${prefix} X11LIBS='-L${prefix}/lib -lX11' 41 39 } 42 40