Ticket #14826: Portfile.diff
File Portfile.diff, 1.1 KB (added by takeshi@…, 17 years ago) |
---|
-
Portfile
old new 4 4 5 5 name triangle 6 6 version 1.6 7 revision 1 7 8 categories science 8 9 maintainers jwa openmaintainer 9 10 description A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator … … 21 22 22 23 worksrcdir ${name} 23 24 24 checksums sha1 b581366c09340f33c634eb2bb724881924fe87a3 25 25 checksums md5 77b45a848d62ec47b931fa7269c8533f \ 26 sha1 b581366c09340f33c634eb2bb724881924fe87a3 \ 27 rmd160 9e9111c98b6099cde5eb577dee8a44b762544064 26 28 extract.suffix .gz 27 29 extract.cmd gzip 28 30 extract.pre_args -dc 29 31 extract.post_args "| sh" 30 32 31 33 post-extract { 32 cd ${workpath} 33 file mkdir ${worksrcdir} 34 eval file rename [glob \[A-s\]* t*.?] ${worksrcdir} 35 reinplace "s/-DLINUX//" ${worksrcdir}/makefile 34 file mkdir ${worksrcpath} 35 eval file rename [glob -directory ${workpath} \[A-s\]* t*.?] ${worksrcpath} 36 reinplace "s/-DLINUX//" ${worksrcpath}/makefile 36 37 } 37 38 38 depends_lib lib:libX11.6:XFree8639 #depends_lib lib:libX11.6:XFree86 39 40 40 41 use_configure no 41 42