Changeset 79556
- Timestamp:
- 06/18/11 00:10:36 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/vbpp/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/vbpp/Portfile
r30251 r79556 3 3 PortSystem 1.0 4 4 name vbpp 5 version 1. 1.05 version 1.2.0 6 6 categories science 7 7 maintainers nomaintainer … … 11 11 for most Verilog preprocessing directives and \ 12 12 additional directives. 13 homepage http://www. flex.com/~jching/13 homepage http://www.verilog.net/free.html 14 14 platforms darwin 15 15 16 master_sites ${homepage} 17 checksums md5 05e87eca8f55df157b1b99422b12c91d 16 master_sites http://www.verilog.net 17 checksums md5 493ac8a83f92018649a0bdc50d65c24b \ 18 sha1 79a05739977f98ab85678a7af16a189695dbd02d \ 19 rmd160 177ee8bd4a3ea53f367f307476117de4bb7c1bb9 18 20 19 build.target depend vpp 21 post-destroot { 22 xinstall -d 755 ${destroot}${prefix}/share/doc/${name} 23 xinstall -d 755 ${destroot}${prefix}/share/examples/${name} 20 24 21 test.run yes 22 test.target examples 25 xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog ${destroot}${prefix}/share/doc/${name} 26 eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] ${destroot}${prefix}/share/examples/${name} 27 } 23 28 24 destroot {25 xinstall -m 555 ${worksrcpath}/vpp ${destroot}${prefix}/bin26 }
Note: See TracChangeset
for help on using the changeset viewer.

