Ticket #14354: Portfile

File Portfile, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)

in-progress portfile

Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    enigma
6version                 1.01
7categories              games
8platforms               darwin
9homepage                http://www.nongnu.org/enigma/
10master_sites            http://download.berlios.de/enigma-game/
11distname                ${name}-${version}-64bit
12worksrcdir              ${name}-${version}
13
14description \
15    puzzle game inspired by the games Oxyd and Rock'n'Roll
16
17long_description \
18    Enigma is a puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll \
19    on the Amiga. The object of the game is to find and uncover pairs of \
20    identically colored Oxyd stones. Simple? Yes. Easy? Certainly not! Hidden \
21    traps, vast mazes, laser beams, and, most of all, countless hairy puzzles \
22    usually block your direct way to the Oxyd stones.
23
24checksums \
25    md5 d58af8a7201601dabc45dcedae5e2e91 \
26    sha1 2f9f5aaf3d233c248d818c3a2fd5ea873d34135f \
27    rmd160 671971415e8d96bc84e2a823d66359025e158128
28
29depends_lib \
30    port:gettext \
31    port:libpng \
32    port:libsdl \
33    port:libsdl-framework \
34    port:libsdl_image-framework \
35    port:libsdl_mixer-framework \
36    port:libsdl_ttf-framework \
37    port:xercesc \
38    port:zlib
39
40build.target            all macapp