1 | # $Id: Portfile,v 1.2 2004/11/17 22:40:19 landonf Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pearpc |
---|
6 | version 0.4.0-pre |
---|
7 | homepage http://pearpc.sourceforge.net/ |
---|
8 | |
---|
9 | categories emulators |
---|
10 | platforms darwin |
---|
11 | maintainers shadow@dementia.org |
---|
12 | description PowerPC Emulator |
---|
13 | |
---|
14 | depends_lib lib:libX11.6:XFree86 |
---|
15 | patchfiles pearpc-x11-kbd.diff remove-valgrind.diff |
---|
16 | |
---|
17 | long_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 | |
---|
24 | fetch.type cvs |
---|
25 | cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pearpc |
---|
26 | cvs.module pearpc |
---|
27 | cvs.password "" |
---|
28 | cvs.tag HEAD |
---|
29 | |
---|
30 | worksrcdir ${cvs.module} |
---|
31 | |
---|
32 | pre-configure { cd ${worksrcpath} |
---|
33 | system "sh ./autogen.sh" } |
---|
34 | |
---|
35 | build.target all |
---|
36 | |
---|
37 | destroot.destdir prefix=${destroot}${prefix} |
---|