the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cim
Version: 3.36
Revision: 1011
GCC: 4.0
Maintainer: Douglas Stebila
#
Source: mirror:sourceforge:fink/cim-%v.tar.gz
Source-MD5: 939a1924a8e34f0e0e7ad5176bacb4e3
SourceDirectory: cim-%v
#
ConfigureParams: --mandir=%p/share/man --host=powerpc-apple-macos --infodir=%p/share/info
CompileScript: <<
env CIFLAGS=-I%p/include ./configure %c
make
<<
InstallScript: <<
make install prefix=%i mandir=%i/share/man infodir=%i/share/info
cd %i ; find . -type d > %b/listDir
cd %i ; find . -type f -or -type l > %b/listFiles
env CIFLAGS=-I%p/include ./configure %c
env PATH="%i/bin:$PATH" make
env PATH="%i/bin:$PATH" make install prefix=%i mandir=%i/share/man infodir=%i/share/info
<<
#
#
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc/SIMULA-HISTORY
InfoDocs: cim.info
Description: Simula compiler
DescDetail: <<
Cim is a compiler for the programming language Simula. It offers a class
concept, separate compilation with full type checking, interface to external
C routines, an application package for process simulation and a coroutine
concept. Cim is a Simula compiler whose portability is based on the C
programming language. The compiler and the run-time system is written in C,
and the compiler produces C code, that is passed to a C compiler for further
processing towards machine code.
<<
DescPackaging: <<
- just need to set the configure build argument
<<
License: GPL
Homepage: http://www.ifi.uio.no/~cim/cim.html