Ticket #11763: Portfile

File Portfile, 1.2 KB (added by arsptr@…, 17 years ago)
Line 
1PortSystem 1.0
2
3name            swig1326
4
5version         1.3.26
6categories      devel
7
8maintainers     arsptr@internode.on.net
9description     Tool to wrap C/C++ libraries in high-level languages.
10
11long_description        \
12SWIG 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.
13
14homepage        http://www.swig.org/
15platforms       darwin
16master_sites    sourceforge
17master_sites.mirror_subdir      swig
18
19distname        swig-${version}
20checksums       md5 1b2226b18e1dd17492b169aecaa990fe \
21                sha1 3bceee4c103a201d45b1d8df7c68746183c8897e \
22                rmd160 f1183b2a26c9bfbe3bc0958382548184462881fd
23
24depends_build   bin:bison:bison
25build.target
26
27platform darwin 8 {
28        configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
29}