Ticket #46407: Portfile-giza.diff
File Portfile-giza.diff, 1.0 KB (added by danieljprice (Daniel Price), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup compilers 1.0 6 6 7 7 name giza 8 version 0.9.1 9 revision 1 8 version 0.9.2 10 9 categories science graphics 11 10 platforms darwin 12 11 maintainers monash.edu:daniel.price … … 21 20 master_sites sourceforge:/project/${name} 22 21 license GPL-2+ 23 22 24 checksums rmd160 965fc07a989b1092003bc8de85560f0ac7ee91fd\25 sha256 95b67be1e6a98ed650cc7d36405ae67a579bd089d6314c74353af1adec6303c523 checksums rmd160 3c50ce573cbe018d8c1ec483afe1f502fa6d63ba \ 24 sha256 e67c9ec9399714d8526e895234010f9d41fd0ef6588f7afb69a8d8def16a4d43 26 25 27 26 conflicts pgplot 28 27 use_configure no … … 40 39 destroot.args PREFIX=${prefix} 41 40 use_parallel_build no 42 41 43 patchfiles-append patch-Makefile.diff44 45 42 pre-build { 46 43 build.args-append CC=${configure.cc} FC=${configure.fc} 47 44 }