mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
962 B
Tcl
28 lines
962 B
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
|
|
|
|
name mikmod
|
|
version 3.2.8
|
|
revision 0
|
|
checksums rmd160 2066cf02d584288c15f03c2623211dd8b96b9f74 \
|
|
sha256 dbb01bc36797ce25ffcab2b3bf625537b85b42534344e1808236ca612fbaa4cc \
|
|
size 279763
|
|
|
|
categories audio
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description audio player using libmikmod
|
|
platforms darwin
|
|
|
|
long_description Mikmod is a module player and library supporting \
|
|
many formats, including mod, s3m, it, and xm
|
|
|
|
homepage http://mikmod.sourceforge.net
|
|
master_sites sourceforge:project/${name}/${name}/${version}/
|
|
|
|
depends_lib port:libmikmod
|
|
depends_build port:ncurses
|
|
|
|
livecheck.regex /${name}-(\\d+(?:\\.\\d+)+)
|