Ticket #25766: Portfile.diff

File Portfile.diff, 904 bytes (added by raphael-st (Raphael Straub), 14 years ago)
  • Portfile

    old new  
    66
    77name                                                                            cgal
    88version                                                                 3.6.1
     9revision                1
    910license                                                                 LGPL - QPL
    1011categories                                                      gis science
    1112maintainers                                                     vince
     
    3738                        port:gmp
    3839
    3940variant demos description {Create demos} {
    40         depends_lib-append              port:qt4-mac
     41        depends_lib-append              port:qt4-mac \
     42                        port:libQGLViewer
    4143       
    4244        configure.args-append   -DWITH_examples=TRUE
    4345        configure.args-append   -DWITH_demos=TRUE
     46
     47  build.target-append   examples demos
     48  use_parallel_build    no
     49
     50  post-destroot {       xinstall -d ${destroot}${prefix}/share/${name}
     51                        copy ${worksrcpath}/demo ${destroot}${prefix}/share/${name}
     52                        copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
     53  }
    4454}