Ticket #17508: lesstif.diff

File lesstif.diff, 1.3 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 15 years ago)

lesstif.diff

  • Portfile

     
    33PortSystem 1.0
    44name            lesstif
    55version         0.95.0
     6revision        1
    67categories      x11
    78maintainers     lomion@mac.com
    89description     An Open Source implementation of OSF/Motif.
    910long_description This is an independent implementation of the Motif widget set, originally developed by the Hungry Programmers.  It has been somewhat superceded by the openMotif toolkit now that the OSF has open-sourced the original reference bits.
    1011platforms       darwin
     12homepage        http://www.lesstif.org
    1113master_sites    sourceforge
    1214checksums       md5 ab895165c149d7f95843c7584b1c7ad4
    1315use_bzip2       yes
    14 depends_lib     lib:libX11.6:XFree86
    15 prefix          ${x11prefix}
    1616configure.args  --enable-production --without-freetype-includes
     17universal_variant   no
    1718
     19depends_lib \
     20        lib:libICE.6:xorg-libice \
     21        lib:libSM.6:xorg-libsm \
     22        lib:libX11.6:xorg-libX11 \
     23        lib:libXau.6:xorg-libXau \
     24        lib:libXdmcp.6:xorg-libXdmcp \
     25        lib:libXext.6:xorg-libXext \
     26        lib:libXp.6:xorg-libXp \
     27        lib:libXt.6:xorg-libXt
     28
    1829variant motif12 { configure.args-append --enable-build-12 }
    1930variant motif20 { configure.args-append --enable-build-20 }
    2031variant xdnd    { configure.args-append --enable-xdnd }