Changeset 37843 for trunk/dports


Ignore:
Timestamp:
Jun 25, 2008, 8:40:39 PM (16 years ago)
Author:
ricci@…
Message:

add configure args to use deps from ${prefix}
patch lib/Mrm/Makefile.in to bring in (dep) libs from ${prefix} instead of /usr/X11/lib
rename 'periodic' to 'om_periodic' per ticket 14313

p.s. yes, this fails lint due the directory name, that's next.

Location:
trunk/dports/x11/openMotif
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/openMotif/Portfile

    r33297 r37843  
    3737                lib:libX11.6:XFree86
    3838
     39patchfiles      patch-demos-programs-peridoc-Makefile.in.diff \
     40                patch-lib-Mrm-Makefile.in.diff
     41
    3942post-patch {
    4043    reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure
     
    4245}
    4346
    44 configure.args  --mandir=${prefix}/share/man
     47configure.args  --mandir=${prefix}/share/man    \
     48                --enable-xft    \
     49                --with-fontconfig-config=${prefix}/bin/freetype-config  \
     50                --with-fontconfig-includes=${prefix}/include    \
     51                --with-fontconfig-lib=${prefix}/lib     \
     52                --with-freetype-includes=${prefix}/include      \
     53                --with-freetype-lib=${prefix}/lib       \
     54                --enable-jpeg   \
     55                --with-libjpeg-includes=${prefix}/include       \
     56                --with-libjpeg-lib=${prefix}/lib        \
     57                --enable-png    \
     58                --with-libpng-includes=${prefix}/include        \
     59                --with-libpng-lib=${prefix}/lib
    4560
    4661build.env       LANG=C
Note: See TracChangeset for help on using the changeset viewer.