1 | # $Id: Portfile,v Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ample |
---|
5 | version 0.5.6 |
---|
6 | categories audio |
---|
7 | maintainers ole_guldberg@mail.dk |
---|
8 | description AMPLE is short for "A MP3 LEnder" |
---|
9 | long_description So what's good with AMPLE? \ |
---|
10 | Small, standalone (written in C using no \ |
---|
11 | external libraries). Portable (I think), \ |
---|
12 | I often try to compile it on the SourceForge \ |
---|
13 | compile farms. Allows you to listen to your \ |
---|
14 | own MP3's away from home, nothing more, \ |
---|
15 | nothing less |
---|
16 | homepage http://ample.sourceforge.net/ |
---|
17 | platforms darwin freebsd |
---|
18 | master_sites http://us.dl.sourceforge.net/ample/ \ |
---|
19 | http://eu.dl.sourceforge.net/ample/ \ |
---|
20 | ftp://us.dl.sourceforge.net/pub/sourceforge/ample/ \ |
---|
21 | ftp://ftp.kddlabs.co.jp/sourceforge/ample/ \ |
---|
22 | ftp://ftp.chg.ru/pub/sourceforge/ample/ |
---|
23 | patchfiles patch_ample.c \ |
---|
24 | patch_ample.h |
---|
25 | |
---|
26 | checksums md5 2eabccb52ffbe6a73cf5e2b672ebc3f0 |
---|
27 | |
---|
28 | install.destroot prefix=${destroot}${prefix} |
---|