Changeset 17150 for trunk/dports


Ignore:
Timestamp:
Mar 24, 2006, 7:46:33 AM (18 years ago)
Author:
markd
Message:

Bug: 2844 4466 7299
Submitted by: pguyot@…
Reviewed by: markd@…
Approved by: markd@…
Obtained from:
Committed update to fondu-060102; added Paul's man page patch; reset maintainer to generic until new maintainer found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/print/fondu/Portfile

    r9470 r17150  
    1 # $Id: Portfile,v 1.6 2004/11/30 13:26:24 michaelm Exp $
     1# $Id: Portfile,v 1.7 2006/03/24 07:46:33 markd Exp $
    22
    33PortSystem 1.0
    44
    55name           fondu
    6 version        040925
     6version        060102
    77platforms      darwin
    88description    A set of programs to interconvert between mac font formats and pfb, ttf, otf and bdf files on unix. 
    9 categories     print
    10 homepage       http://fondu.sourceforge.net/
    11 master_sites   sourceforge
    12 checksums      md5 a115ed1a2571db3f7822eff12db870e5     
    13 maintainers    michaelm@opendarwin.org
    14 distname       fondu_src-${version}
    15 extract.suffix   .tgz
    16 worksrcdir     fondu
    17 post-configure { reinplace s|/usr/local|${prefix}|g ${worksrcpath}/Makefile }
    18 pre-destroot   { reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/Makefile }
    199
    2010long_description \
     
    2212in the resource fork, and other operating systems do not support this concept. Fondu \
    2313will extract the resource fork from either a macbinary file or a binhex file. Ufond will \
    24 create a resource fork inside a macbinary file.
     14create a resource fork inside a macbinary file.
     15
     16categories     print
     17homepage       http://fondu.sourceforge.net/
     18master_sites   http://fondu.sourceforge.net/
     19checksums      md5 e20861beacddc1ab392bef7813641bf8     
     20maintainers    darwinports@opendarwin.org
     21distname       fondu_src-${version}
     22extract.suffix   .tgz
     23worksrcdir     fondu-${version}
     24
     25configure.args  --bindir=${prefix}/bin --mandir=${prefix}/share/man
     26
     27post-destroot {
     28        foreach manpage [glob ${worksrcpath}/*.1] {
     29                xinstall ${manpage} ${destroot}${prefix}/share/man/man1/
     30        }
     31 }
Note: See TracChangeset for help on using the changeset viewer.