# $Id: Portfile,v 1.9 2006/05/18 23:56:56 jwa Exp $

PortSystem 1.0
name		swig
version		1.3.29
categories	devel
maintainers	kevin@opendarwin.org
description	Tool to wrap C/C++ libraries in high-level languages.
long_description	\
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.  SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages also includes non-scripting languages such as Java and OCAML. SWIG is most commonly used to create high-level interpreted programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software.  SWIG may be freely used, distributed, and modified for commercial and noncommercial use.
homepage	http://www.swig.org/
platforms	darwin
master_sites	sourceforge
checksums	sha1 517181c464b9dfa80baba7385d5901e11b01c634

depends_build	bin:bison:bison
build.target

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
