Ticket #25766: Portfile.diff
File Portfile.diff, 904 bytes (added by raphael-st (Raphael Straub), 14 years ago) |
---|
-
Portfile
old new 6 6 7 7 name cgal 8 8 version 3.6.1 9 revision 1 9 10 license LGPL - QPL 10 11 categories gis science 11 12 maintainers vince … … 37 38 port:gmp 38 39 39 40 variant demos description {Create demos} { 40 depends_lib-append port:qt4-mac 41 depends_lib-append port:qt4-mac \ 42 port:libQGLViewer 41 43 42 44 configure.args-append -DWITH_examples=TRUE 43 45 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 } 44 54 }