Changeset 15077 for trunk/dports


Ignore:
Timestamp:
Nov 19, 2005, 4:37:44 PM (18 years ago)
Author:
mww
Message:

add docs to installed files, fix linker problems on 10.4, inc. revision

File:
1 edited

Legend:

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

    r14297 r15077  
    1 # $Id: Portfile,v 1.5 2005/09/28 05:18:05 mww Exp $
     1# $Id: Portfile,v 1.6 2005/11/19 16:37:44 mww Exp $
    22
    33PortSystem 1.0
     
    55name                    pdflib
    66version                 6.0.2
     7revision                1
    78categories              print
    89platforms               darwin
     
    1314                                format PDF.
    1415
    15 homepage                http://pdflib.sourceforge.net/
     16homepage                http://www.pdflib.com/products/pdflib/
    1617master_sites    http://www.pdflib.com/products/pdflib/download/602src/ \
    1718                                freebsd
     
    2223configure.args  --without-java --without-perl --without-py --without-tcl
    2324
     25post-destroot {
     26        xinstall -m 755 -d ${destroot}${prefix}/share/doc/
     27        file copy ${worksrcpath}/doc/pdflib ${destroot}${prefix}/share/doc/${name}
     28}
     29
    2430platform darwin 8 {
    25         configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
     31        configure.env   CC="/usr/bin/gcc-4.0 -DPDF_TARGET_API_MAC_CLASSIC" CPP="/usr/bin/cpp-4.0 -DPDF_TARGET_API_MAC_CLASSIC" CXX="/usr/bin/g++-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
    2632}
    2733
Note: See TracChangeset for help on using the changeset viewer.