1 | PortSystem 1.0 |
---|
2 | name pict2pdf |
---|
3 | version 1.1 |
---|
4 | revision 1 |
---|
5 | categories graphics |
---|
6 | maintainers prahl@bme.ogi.edu |
---|
7 | homepage http://sourceforge.net/projects/pict2pdf/ |
---|
8 | description Vector-to-vector conversion of PICT files to PDF |
---|
9 | long_description \ |
---|
10 | pict2pdf converts files in Apple's PICT format to Adobe's PDF \ |
---|
11 | format. The conversion retains any vector information in \ |
---|
12 | the PICT image. |
---|
13 | platforms macosx |
---|
14 | master_sites sourceforge |
---|
15 | checksums md5 c37627f7483509887f70d07d3f798208 \ |
---|
16 | sha1 4964e0663dc95b013146a4853a17e6c7f89ca24d \ |
---|
17 | rmd160 e41baab8b0ad84d676da1d0c776bbc8f9fd4df72 |
---|
18 | use_configure no |
---|
19 | |
---|
20 | destroot { |
---|
21 | xinstall -d ${destroot}${prefix}/bin |
---|
22 | xinstall -d ${destroot}${prefix}/share/man/man1 |
---|
23 | xinstall -m 755 ${worksrcpath}/pict2pdf ${destroot}${prefix}/bin |
---|
24 | xinstall -m 644 ${worksrcpath}/pict2pdf.1 ${destroot}${prefix}/share/man/man1 |
---|
25 | } |
---|