Ticket #5295: Portfile
File Portfile, 465 bytes (added by joe@…, 19 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile,v 1.2 2005/02/23 12:07:11 mww Exp $ |
2 | |
3 | PortSystem 1.0 |
4 | |
5 | name twolame |
6 | version 0.3.3 |
7 | categories multimedia |
8 | platforms darwin |
9 | maintainers joe@netmusician.org |
10 | description TwoLAME is an optimized MPEG Audio Layer 2 encoder |
11 | long_description ${description} |
12 | |
13 | homepage http://twolame.sourceforge.net/ |
14 | master_sites sourceforge |
15 | distname twolame-${version} |
16 | checksums md5 5d9a829c68e7785db0d1554a0cfd6c87 |
17 | |
18 | depends_lib port:libsndfile \ |
19 | port:libtool |
20 |