Ticket #13464: Portfile-fxscintilla.diff

File Portfile-fxscintilla.diff, 1.3 KB (added by lyle@…, 16 years ago)

Diffs for Portfile of fxscintilla-1.71

  • Portfile

    old new  
    33PortSystem 1.0
    44name                fxscintilla
    55version             1.71
     6revision            1
    67description         FOX wrapper for the Scintilla source code library
    78long_description    fxscintilla is a FOX wrapper for the Scintilla \
    89                    source code widget library.
    9 maintainers         nomaintainer
     10maintainers         lyle@lylejohnson.name
    1011categories          x11
    1112platforms           darwin
    1213homepage            http://www.nongnu.org/fxscintilla
    1314master_sites        http://savannah.nongnu.org/download/fxscintilla/
    1415checksums           md5 302b5a3d54a259e3bfea2ab1f4040d49
    15 depends_lib         lib:libFOX-1.6:fox
     16depends_lib         port:fox
    1617configure.pre_args  --prefix=${prefix}
    1718configure.args      --enable-shared \
    18                                         --with-foxinclude=${prefix}/include \
     19                    --with-foxinclude=${prefix}/include \
    1920                    --with-foxlib=${prefix}/lib
    20 build.args                      LIBTOOL=glibtool
    21 
    22 platform darwin 8 {
    23         build.env               MACOSX_DEPLOYMENT_TARGET=10.4
    24 }
     21configure.ldflags-append "-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"