# $Id$ PortSystem 1.0 name qscintilla version 2.3.2 revision 0 categories devel maintainers ricci openmaintainer description QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. homepage http://www.riverbankcomputing.com/software/qscintilla/ platforms darwin long_description QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. \ As well as features found in standard text editing components, \ QScintilla includes features especially useful when editing and \ debugging source code. These include support for syntax styling, \ error indicators, code completion and call tips. The selection \ margin can contain markers like those used in debuggers to indicate \ breakpoints and the current line. Styling choices are more open \ than with many editors, allowing the use of proportional fonts, \ bold and italics, multiple foreground and background colours and \ multiple fonts. distname QScintilla-gpl-${version} distfiles ${distname}.tar.gz master_sites http://www.riverbankcomputing.com/static/Downloads/QScintilla2/ checksums md5 2e112d01988f2e044c43a1e7f5e1dd87 \ sha1 d34ae9907e6221d221c5b5c1324e9b263553d2cb \ rmd160 de7828d4b965156771034eb622ee9614b2aea9be depends_lib port:qt4-mac worksrcdir ${distname} configure.dir ${worksrcpath}/Qt4 configure.pre_args INSTALLDIR=${prefix}/lib configure.cmd qmake qscintilla.pro build.dir ${worksrcpath}/Qt4 build.env QTDIR=${prefix} PREFIX=${prefix} post-build { system "install_name_tool -id \ ${prefix}/Library/Frameworks/libqscintilla2.5.dylib \ ${worksrcpath}/Qt4/libqscintilla2.5.dylib" } destroot.env QTDIR=${prefix} INSTALL_ROOT=${destroot} ## post-configure { ## system "cd ${worksrcpath}/clib/qtc && qmake qtc.pro INSTALLDIR=${prefix}/lib -o Makefile" ## reinplace "s;-lqt;-lqt-mt;" ${worksrcpath}/clib/qtc/Makefile ## } # ##EOF