Changeset 98980


Ignore:
Timestamp:
Oct 22, 2012, 9:42:31 PM (12 years ago)
Author:
takeshi@…
Message:

plplot: added qhull support. fixed +aquaterm, closing #36685

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/plplot/Portfile

    r98219 r98980  
    66name            plplot
    77version         5.9.9
    8 revision        3
     8revision        4
    99platforms       darwin
    1010maintainers     takeshi openmaintainer
     
    2727                path:bin/pkg-config:pkgconfig
    2828depends_lib     port:expat \
     29                port:qhull \
    2930                port:fontconfig \
    3031                port:freefont-ttf \
     
    4041
    4142post-patch {
     43    reinplace "s|-ObjC|-ObjC -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake
    4244    reinplace "s|-framework AquaTerm|-F${frameworks_dir} -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake
    4345}
     
    7274                        -DPL_FREETYPE_FONT_PATH=${prefix}/share/fonts/freefont-ttf \
    7375                        -DWITH_FREETYPE=ON \
     76                        -DQHULL_INCLUDE_DIR=${prefix}/include \
    7477                        -DPLD_aqt=OFF \
    7578                        -DPLD_extcairo=ON \
     
    221224    depends_lib-append      port:aquaterm
    222225    configure.args-delete   -DPLD_aqt=OFF
    223     configure.args-append   -DPLD_aqt=ON
     226    configure.args-append   -DPLD_aqt=ON \
     227                            -DAQT_FRAMEWORK=${prefix}/Library/Frameworks/AquaTerm.framework
    224228}
    225229
Note: See TracChangeset for help on using the changeset viewer.