Ticket #21484: Portfile

File Portfile, 1.2 KB (added by mklein-de (Michael Klein), 15 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       xcode 1.0
5
6name            SIDPLAY
7version         4.1.3
8categories      aqua audio multimedia
9platforms       darwin
10maintainers     nomaintainer
11description     C64 music player for the Mac
12long_description        \
13        SIDPLAY is a Commodore 64 music player. It emulates the sound chip \
14        other internals of the Commodore 64 home computer to play back music \
15        that was originally written on it. The sound chip of the C64 is \
16        called the "Sound Interface Device" or SID, and therefore this music \
17        is known as SID music. The SID chip is basically a three voice \
18        synthesizer on a chip. The unusual combination of digital and \
19        analogue circuitry is the reason for its distinctive sound.
20
21homepage        http://www.sidmusic.org/sidplay/mac/
22master_sites    http://www.twinbirds.com/sidplay/
23distname        sidplay4-source
24use_zip         yes
25worksrcdir      ${distname}
26checksums       md5 d3c5e6d7e1170616a7c1ac60a4ea8aa7 \
27                sha1 46160a6eb53369a8680baa3d34ab4602e8dca658 \
28                rmd160 5ddc79d35b3c0a92be5a03dc52044d828bd41c1a \
29
30xcode.project           ${name}.xcodeproj
31xcode.configuration     Release
32
33post-destroot {
34        delete ${destroot}${applications_dir}/SIDmusic.mdimporter
35}
36
37livecheck.type  regex
38livecheck.url   ${homepage}
39livecheck.regex ">Download SIDPLAY (.*?)<"