1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name ghostscript-fonts-std |
---|
6 | version 8.11 |
---|
7 | homepage http://www.cs.wisc.edu/~ghost |
---|
8 | description Fonts for AFPL Ghostscript |
---|
9 | categories print |
---|
10 | platforms darwin |
---|
11 | maintainers sal@email.arc.nasa.gov |
---|
12 | |
---|
13 | long_description Fonts for use with ghostscript and/or \ |
---|
14 | ghostscript-framework port. |
---|
15 | |
---|
16 | master_sites sourceforge:gs-fonts:fonts |
---|
17 | distfiles ${distname}.tar.gz:fonts |
---|
18 | checksums ${distname}.tar.gz sha1 2a7198e8178b2e7dba87cb5794da515200b568f5 |
---|
19 | |
---|
20 | worksrcdir fonts |
---|
21 | use_configure no |
---|
22 | build {} |
---|
23 | destroot { |
---|
24 | xinstall -m 755 -d ${destroot}${prefix}/share/ghostscript/fonts |
---|
25 | system "ls ${workpath}" |
---|
26 | eval xinstall -m 644 [glob ${workpath}/fonts/*] \ |
---|
27 | ${destroot}${prefix}/share/ghostscript/fonts |
---|
28 | } |
---|