New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/audio/lame/Portfile

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
3PortSystem        1.0
4
5name              lame
6version           3.98.2
7revision          1
8categories        audio
9platforms         darwin freebsd
10maintainers       nomaintainer
11
12description       Lame Ain't an MP3 Encoder
13long_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
19homepage          http://lame.sourceforge.net/
20master_sites      sourceforge:lame
21distname          ${name}-398-2
22
23depends_lib       port:ncurses
24
25checksums         md5 719dae0ee675d0c16e0e89952930ed35 \
26                  sha1 b2db41dbc9c0824caa102e8c932b820c79ccd5ec \
27                  rmd160 767dd94271eef221170469535db2bf388149715a
28
29configure.args    --mandir=${prefix}/share/man
30configure.cppflags-append -I${prefix}/include/ncurses
31
32post-configure {
33    system "ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed"
34}
Note: See TracBrowser for help on using the browser.