Ticket #51344: Portfile-seqan.diff
File Portfile-seqan.diff, 903 bytes (added by rrahn, 8 years ago) |
---|
-
science/seqan/Portfile
old new 5 5 6 6 name seqan 7 7 version 2.1.1 8 revision 1 8 9 categories science 9 10 platforms darwin 10 11 supported_archs noarch … … 29 30 30 31 use_configure no 31 32 33 set major [lindex [split ${version} .] 0] 34 32 35 build {} 33 36 34 37 destroot { 35 38 file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include 36 39 file copy ${worksrcpath}/share/doc/seqan ${destroot}${prefix}/share/doc 40 file copy ${worksrcpath}/share/pkgconfig/${name}-${major}.pc ${destroot}${prefix}/lib/pkgconfig/ 41 file mkdir ${destroot}${prefix}/lib/cmake/${name} 42 file copy ${worksrcpath}/share/cmake/Modules/FindSeqAn.cmake ${destroot}${prefix}/lib/cmake/${name}/${name}-config.cmake 37 43 } 38 44 39 45 livecheck.type regex