Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

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 nomaintainer@macports.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
}