Ticket #2505: Portfile.2

File Portfile.2, 961 bytes (added by shadow@…, 19 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.2 2004/11/17 22:40:19 landonf Exp $
2
3PortSystem 1.0
4
5name                    pearpc
6version                 0.4.0-pre
7homepage                http://pearpc.sourceforge.net/
8
9categories              emulators
10platforms               darwin
11maintainers             shadow@dementia.org
12description             PowerPC Emulator
13
14depends_lib             lib:libX11.6:XFree86
15patchfiles              pearpc-x11-kbd.diff remove-valgrind.diff
16
17long_description        PearPC is a PowerPC emulator which emulates \
18                        a base set of hardware you might have on an \
19                        older Macintosh system. As it currently \
20                        emulates a processor rather than using \
21                        virtualization, it is very slow on a \
22                        PowerPC based system.
23
24fetch.type       cvs
25cvs.root         :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pearpc
26cvs.module       pearpc
27cvs.password    ""
28cvs.args        -D20050106
29
30worksrcdir      ${cvs.module}
31
32pre-configure    { cd ${worksrcpath}
33                   system "sh ./autogen.sh" }
34
35build.target     all
36
37destroot.destdir        prefix=${destroot}${prefix}