You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d7d6d9c115
remove patch, seems not needed anymore
27 lines
911 B
Tcl
27 lines
911 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 twolame
|
|
version 0.4.0
|
|
revision 1
|
|
categories audio multimedia
|
|
license LGPL-2.1+
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description TwoLAME is an optimized MPEG Audio Layer 2 encoder
|
|
long_description ${description}
|
|
|
|
homepage http://twolame.sourceforge.net/
|
|
master_sites sourceforge
|
|
checksums rmd160 cec54945c4dd28921f8dbdb25e74aac2fa07b61e \
|
|
sha256 cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d \
|
|
size 890908
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
depends_build port:pkgconfig \
|
|
port:libtool
|
|
|
|
depends_lib port:libsndfile
|