Ticket #4827: Portfile

File Portfile, 766 bytes (added by sal@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4
5name        ghostscript-fonts-std
6version     8.11
7homepage    http://www.cs.wisc.edu/~ghost
8description Fonts for AFPL Ghostscript
9categories  print
10platforms   darwin
11maintainers sal@email.arc.nasa.gov
12
13long_description    Fonts for use with ghostscript and/or \
14    ghostscript-framework port.
15
16master_sites    sourceforge:gs-fonts:fonts
17distfiles       ${distname}.tar.gz:fonts
18checksums       ${distname}.tar.gz sha1 2a7198e8178b2e7dba87cb5794da515200b568f5
19
20worksrcdir      fonts
21use_configure   no
22build           {}
23destroot   {
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}