Ticket #13464: Portfile-fxscintilla.diff
File Portfile-fxscintilla.diff, 1.3 KB (added by lyle@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name fxscintilla 5 5 version 1.71 6 revision 1 6 7 description FOX wrapper for the Scintilla source code library 7 8 long_description fxscintilla is a FOX wrapper for the Scintilla \ 8 9 source code widget library. 9 maintainers nomaintainer10 maintainers lyle@lylejohnson.name 10 11 categories x11 11 12 platforms darwin 12 13 homepage http://www.nongnu.org/fxscintilla 13 14 master_sites http://savannah.nongnu.org/download/fxscintilla/ 14 15 checksums md5 302b5a3d54a259e3bfea2ab1f4040d49 15 depends_lib lib:libFOX-1.6:fox16 depends_lib port:fox 16 17 configure.pre_args --prefix=${prefix} 17 18 configure.args --enable-shared \ 18 19 --with-foxinclude=${prefix}/include \ 19 20 --with-foxlib=${prefix}/lib 20 build.args LIBTOOL=glibtool 21 22 platform darwin 8 { 23 build.env MACOSX_DEPLOYMENT_TARGET=10.4 24 } 21 configure.ldflags-append "-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"