Changeset 99362


Ignore:
Timestamp:
Nov 3, 2012, 7:46:45 AM (12 years ago)
Author:
ryandesign@…
Message:

jbig2enc: update to 0.28, now with autoconf goodness and shared library

Location:
trunk/dports/graphics/jbig2enc
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/jbig2enc/Portfile

    r92833 r99362  
    55PortGroup           github 1.0
    66
    7 github.setup        agl jbig2enc 20110822
    8 set bin             jbig2
     7epoch               1
     8github.setup        agl jbig2enc 0.28
     9github.version      ${version}-dist
    910categories          graphics
    1011platforms           darwin
     
    2223        * Compress multipage documents
    2324
    24 fetch.type          git
    25 git.branch          e8be922fb5
     25checksums           rmd160  dcc754653464f104564cf54da7f917a4e98d06ad \
     26                    sha256  81ee5d6fad820080ab07c57c73cc1665a6997d182f8bbb0aec27cd0f2ee6d54f
    2627
    2728depends_lib         port:leptonica
    2829
    29 patchfiles          patch-Makefile.diff
     30configure.args      --docdir=${prefix}/share/doc/${name}
    3031
    31 use_configure       no
    32 configure.cppflags-append   -I${prefix}/include/leptonica
    33 
    34 build.target        ${bin}
    35 build.args          CC=${configure.cxx} \
    36                     CFLAGS="${configure.cppflags} ${configure.cflags} [get_canonical_archflags cc]" \
    37                     LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
    38 
    39 destroot {
    40     xinstall -m 755 ${worksrcpath}/${bin} ${destroot}${prefix}/bin
    41     xinstall -m 644 ${worksrcpath}/${name}.h  ${destroot}${prefix}/include
    42     xinstall -m 644 ${worksrcpath}/lib${name}.a  ${destroot}${prefix}/lib
    43     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
    44     xinstall -m 644 ${worksrcpath}/pdf.py ${destroot}${prefix}/share/${name}
    45 }
     32configure.universal_args-delete --disable-dependency-tracking
Note: See TracChangeset for help on using the changeset viewer.