Ticket #34706: triangle_Portfile.diff
File triangle_Portfile.diff, 795 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago) |
---|
-
Portfile
4 4 5 5 name triangle 6 6 version 1.6 7 revision 27 revision 3 8 8 categories science 9 9 maintainers jwa openmaintainer 10 10 description A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator … … 43 43 xinstall -d ${destroot}${prefix}/share/doc/${name} 44 44 xinstall -m 644 -W ${worksrcpath} A.poly README ${destroot}${prefix}/share/doc/${name} 45 45 xinstall -W ${worksrcpath} triangle showme ${destroot}${prefix}/bin 46 xinstall -d ${destroot}${prefix}/share/${name} 47 xinstall -m 644 -W ${worksrcpath} triangle.h triangle.c ${destroot}${prefix}/share/${name} 46 48 } 47 49 48 50 livecheck.type regex