You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
25 lines
804 B
Plaintext
25 lines
804 B
Plaintext
PortSystem 1.0
|
|
|
|
name ample
|
|
version 0.5.7
|
|
categories audio
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description AMPLE is short for \"An MP3 LEnder\"
|
|
long_description So what's good with AMPLE? \
|
|
Small, standalone (written in C using no \
|
|
external libraries). Allows you to listen to your \
|
|
own MP3's away from home, nothing more, \
|
|
nothing less
|
|
homepage http://ample.sourceforge.net/
|
|
platforms darwin freebsd
|
|
master_sites sourceforge:project/ample/ample-devel/${version}
|
|
checksums md5 4f7f05e1a567812b46fa12ed0f0d2b7f
|
|
patchfiles patch-ample.c patch-ample.h
|
|
configure.args --mandir=\\\${prefix}/share/man
|
|
destroot.destdir prefix=${destroot}${prefix}
|
|
|
|
livecheck.type regex
|
|
livecheck.url http://sourceforge.net/projects/${name}/files/
|
|
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
|