# $Id: Portfile,v 1.2 2005/10/31 14:46:01 dluke Exp $ PortSystem 1.0 name swig-1.3.25 version 1.3.25 revision 1 categories devel maintainers dluke@geeklair.net description Tool to wrap C/C++ libraries in high-level languages (this old version is here for subversion). 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. This old version is for subversion. distname swig-1.3.25 homepage http://www.swig.org/ platforms darwin master_sites sourceforge:swig checksums md5 0a338d9de65e266338cbe7e2bea7a4a9 depends_build bin:bison:bison configure.pre_args --prefix=${prefix}/${name} 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 }