Ticket #50368: Portfile-whatcheck.diff
File Portfile-whatcheck.diff, 1.7 KB (added by dstrubbe (David Strubbe), 9 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compilers 1.0 5 6 6 7 name whatcheck 7 8 version 8.1 8 9 revision 1 9 10 categories science 10 maintainers gmail.com:howarth.at.macports 11 # license conditions: http://swift.cmbi.ru.nl/gv/whatcheck/ 12 license Restrictive 13 maintainers gmail.com:howarth.at.macports openmaintainer 11 14 12 15 description Protein verification tools from WhatIf 13 16 long_description ${description} … … 34 37 use_bzip2 yes 35 38 extract.only whatcheck.tar.bz2 36 39 37 variant gcc44 conflicts gcc45 gcc46 gcc47 description {Build with GCC 4.4} {} 38 variant gcc45 conflicts gcc44 gcc46 gcc47 description {Build with GCC 4.5} {} 39 variant gcc46 conflicts gcc44 gcc45 gcc47 description {Build with GCC 4.6} {} 40 variant gcc47 conflicts gcc44 gcc45 gcc46 description {Build with GCC 4.7} {} 40 compilers.choose f77 41 compilers.setup require_fortran 41 42 42 if {[variant_isset gcc44]} {43 configure.compiler macports-gcc-4.444 } elseif {[variant_isset gcc45]} {45 configure.compiler macports-gcc-4.546 } elseif {[variant_isset gcc46]} {47 configure.compiler macports-gcc-4.648 } else {49 default_variants +gcc4750 configure.compiler macports-gcc-4.751 }52 53 43 post-extract { 54 44 system "cd ${worksrcpath} && rm -fr *.o dbdata/fonts/.svn" 55 45 system "cd ${worksrcpath} && rm -fr dssp && unzip ${distpath}/dsspcmbi.zip" … … 92 82 93 83 livecheck.type regex 94 84 livecheck.url ${homepage}WCHECK_misc.html 95 livecheck.regex {Version ([0-9.]+) \(stable\)}85 livecheck.regex {Version ([0-9.]+)}