|
Revision 55300, 1.1 KB
(checked in by ram@…, 6 months ago)
|
|
audio/lame: drop maintainership
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name lame |
|---|
| 6 | version 3.98.2 |
|---|
| 7 | revision 1 |
|---|
| 8 | categories audio |
|---|
| 9 | platforms darwin freebsd |
|---|
| 10 | maintainers nomaintainer |
|---|
| 11 | |
|---|
| 12 | description Lame Ain't an MP3 Encoder |
|---|
| 13 | long_description LAME is an educational tool to be used for learning \ |
|---|
| 14 | about MP3 encoding. The goal of the LAME project is to use the open \ |
|---|
| 15 | source model to improve the psycho acoustics, noise shaping and speed \ |
|---|
| 16 | of MP3. LAME is not for everyone - it is distributed as source code \ |
|---|
| 17 | only and requires the ability to use a C compiler. |
|---|
| 18 | |
|---|
| 19 | homepage http://lame.sourceforge.net/ |
|---|
| 20 | master_sites sourceforge:lame |
|---|
| 21 | distname ${name}-398-2 |
|---|
| 22 | |
|---|
| 23 | depends_lib port:ncurses |
|---|
| 24 | |
|---|
| 25 | checksums md5 719dae0ee675d0c16e0e89952930ed35 \ |
|---|
| 26 | sha1 b2db41dbc9c0824caa102e8c932b820c79ccd5ec \ |
|---|
| 27 | rmd160 767dd94271eef221170469535db2bf388149715a |
|---|
| 28 | |
|---|
| 29 | configure.args --mandir=${prefix}/share/man |
|---|
| 30 | configure.cppflags-append -I${prefix}/include/ncurses |
|---|
| 31 | |
|---|
| 32 | post-configure { |
|---|
| 33 | system "ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed" |
|---|
| 34 | } |
|---|