You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
775 B
Tcl
28 lines
775 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libmodplug
|
|
version 0.8.9.0
|
|
categories audio
|
|
license Public-Domain
|
|
maintainers nomaintainer
|
|
description MOD audio library
|
|
|
|
long_description \
|
|
Library for playing MOD audio.
|
|
|
|
homepage http://modplug-xmms.sourceforge.net/
|
|
master_sites sourceforge:modplug-xmms
|
|
|
|
checksums rmd160 81eae38506cfba344af9b01c2336de643adbbbe3 \
|
|
sha256 457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de
|
|
|
|
# Teach glibtool about -stdlib=libc++
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
|
|
patchfiles nolibstdc++.patch
|
|
|
|
livecheck.distname $name
|