Ticket #51344: Portfile-seqan.diff

File Portfile-seqan.diff, 903 bytes (added by rrahn, 7 years ago)

Cleaned up patch file

  • science/seqan/Portfile

    old new  
    55
    66name                seqan
    77version             2.1.1
     8revision            1
    89categories          science
    910platforms           darwin
    1011supported_archs     noarch
     
    2930
    3031use_configure       no
    3132
     33set major           [lindex [split ${version} .] 0]
     34
    3235build {}
    3336
    3437destroot {
    3538    file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include
    3639    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
    3743}
    3844
    3945livecheck.type      regex