# $Id: Portfile 83998 2011-09-14 20:36:08Z jmr@macports.org $

PortSystem          1.0

name                fxscintilla
version             1.78.0
revision            0
description         FOX wrapper for the Scintilla source code library
long_description    fxscintilla is a FOX wrapper for the Scintilla \
                    source code widget library.
maintainers         lylejohnson.name:lyle
categories          x11
platforms           darwin
homepage            http://www.nongnu.org/fxscintilla
master_sites        http://savannah.nongnu.org/download/fxscintilla/
checksums           md5 22d4134ac76c470c165c6db758ae6b42
depends_build       port:pkgconfig
depends_lib         port:fox
configure.pre_args  --prefix=${prefix}
configure.args      --enable-shared \
                    --with-foxinclude=${prefix}/include \
                    --with-foxlib=${prefix}/lib
