Ticket #34017: 34017-Portfile.diff

File 34017-Portfile.diff, 721 bytes (added by qbarnes (Quentin Barnes), 12 years ago)
  • Portfile

    old new  
    55
    66name                    par
    77version                 1.52
     8revision                1
    89categories              textproc
    910platforms               darwin
    1011maintainers             gmail.com:qbarnes
     
    1415master_sites            ${homepage}
    1516distname                [string totitle $name][string map {. {}} $version]
    1617checksums               md5 4ccacd824171ba2c2f14fb8aba78b9bf
     18use_configure           no
     19patchfiles              patch-protoMakefile.diff \
     20                        patch-nbspace.diff \
     21                        patch-ptrdiffwarn.diff
    1722
    18 configure {
    19         file copy ${worksrcpath}/protoMakefile ${worksrcpath}/Makefile
    20         reinplace "s|\$(CC) \$<|\$(CC) \$(CFLAGS) \$<|" ${worksrcpath}/Makefile
    21 }
    22 
     23build.args              -f protoMakefile
    2324build.target
    2425
    2526destroot {