Changeset 79557
- Timestamp:
- 06/18/11 00:12:52 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/vbpp/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/vbpp/Portfile
r79556 r79557 2 2 3 3 PortSystem 1.0 4 name vbpp5 version 1.2.06 categories science7 maintainers nomaintainer8 description Verilog preprocessor4 name vbpp 5 version 1.2.0 6 categories science 7 maintainers nomaintainer 8 description Verilog preprocessor 9 9 long_description \ 10 VBPP is a Verilog preprocessor. It has support \ 11 for most Verilog preprocessing directives and \ 12 additional directives. 13 homepage http://www.verilog.net/free.html 14 platforms darwin 10 VBPP is a Verilog preprocessor. It has support for most Verilog \ 11 preprocessing directives and additional directives. 12 homepage http://www.verilog.net/free.html 13 platforms darwin 15 14 16 master_sites http://www.verilog.net15 master_sites http://www.verilog.net 17 16 checksums md5 493ac8a83f92018649a0bdc50d65c24b \ 18 17 sha1 79a05739977f98ab85678a7af16a189695dbd02d \ … … 23 22 xinstall -d 755 ${destroot}${prefix}/share/examples/${name} 24 23 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} 24 xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog \ 25 ${destroot}${prefix}/share/doc/${name} 26 eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] \ 27 ${destroot}${prefix}/share/examples/${name} 27 28 } 28 29
Note: See TracChangeset
for help on using the changeset viewer.

