mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup libsidplayfp libsidplayfp 3.0.2 v
|
|
revision 0
|
|
categories audio devel
|
|
license GPL-2+
|
|
maintainers {makr @mohd-akram} openmaintainer
|
|
|
|
description C64 music player library
|
|
|
|
long_description libsidplayfp is a C64 music player library which integrates \
|
|
the reSID SID chip emulation into a cycle-based emulator \
|
|
environment, constantly aiming to improve emulation of the \
|
|
C64 system and the SID chips.
|
|
|
|
checksums rmd160 d84b168585724a3f26f0174f30903fab21980c79 \
|
|
sha256 d67ab120ab8ca10657c0e33a7fc21638484e1af4037738c36faa66fb7747cac3 \
|
|
size 696974
|
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib port:libresidfp
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
configure.args --without-usbsid
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|