# $Id: Portfile,v 1.7 2006/03/01 06:04:45 markd Exp $

PortSystem 1.0
name                fxscintilla
version             1.63
description         FOX wrapper for the Scintilla source code library
long_description    fxscintilla is a FOX wrapper for the Scintilla \
                    source code widget library.
maintainers         tristan@opendarwin.org
categories          x11
platforms           darwin 
homepage            http://www.nongnu.org/fxscintilla
master_sites        http://savannah.nongnu.org/download/fxscintilla/
checksums           md5 d33ffcc6066efa2758271f6a16645327
depends_lib         lib:libFOX-1.2:fox
configure.pre_args  --prefix=${prefix}
configure.args      --enable-shared \
					--with-foxinclude=${prefix}/include \
                    --with-foxlib=${prefix}/lib
build.args			LIBTOOL=glibtool

platform darwin 8 {
        build.env               MACOSX_DEPLOYMENT_TARGET=10.4 
}

