# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                fxscintilla
version             1.78.0
revision            0
checksums           rmd160  7cabf82e5e33bb3c0dfda9efe2a2cd05ffb2b797 \
                    sha256  67a76964af8a57e3629e13eb7299503f07746d87de784d80e7baa408aa37b668 \
                    size    891868

description         FOX wrapper for the Scintilla source code library
long_description    fxscintilla is a FOX wrapper for the Scintilla \
                    source code widget library.
maintainers         nomaintainer
categories          x11
license             LGPL-2.1+

homepage            https://www.nongnu.org/fxscintilla
master_sites        https://savannah.nongnu.org/download/fxscintilla/

depends_build       port:pkgconfig
depends_lib         port:fox

patchfiles          dynamic_lookup-11.patch

configure.args      --enable-shared \
                    --with-foxinclude=${prefix}/include \
                    --with-foxlib=${prefix}/lib
