Changeset 2076 for trunk/dports


Ignore:
Timestamp:
Feb 25, 2003, 11:57:23 PM (21 years ago)
Author:
fkr
Message:

newest version of mp3info. However, it is a different piece of
software than the 'mp3info' that was here before. There are two
software-pieces out there called 'mp3info'. Since this is the
more advanced one, I chose to convert the port over.

Location:
trunk/dports/audio/mp3info
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/mp3info/Portfile

    r2055 r2076  
    11PortSystem 1.0
    22name            mp3info
    3 version         0.2.16
     3version         0.8.4
     4revision        1
    45categories      audio
    56maintainers     fkr@opendarwin.org
    67description     MP3 information tool
    78long_description        A small utility to read and write TAG info, as well as retrieve the MP3 \
    8                         Header info and print it all out in a nice format.
     9                        Header info. Included is a command-line interface and a gtk-UI.
     10homepage        http://www.ibiblio.org/mp3info/
    911platforms       darwin
    10 master_sites    ftp://bimbo.hive.no/pub/mp3info/
    11 checksums       md5 d67b0225a197e91da87e94707121bb21
    12 install         { cd ${worksrcpath}
    13                   system "install -o root -m 755 -d ${destroot}${prefix}/bin"
    14                   system "install -o root -m 555 ${name} ${destroot}${prefix}/bin"
    15                   system "install -o root -m 755 -d ${destroot}${prefix}/man/man1"
    16                   system "install -o root -m 644 -c mp3info.1 ${destroot}${prefix}/man/man1"
    17                   system "install -o root -m 755 -d ${destroot}${prefix}/share/doc/${name}"
    18                   system "install -o root -m 644 README ChangeLog ${destroot}${prefix}/share/doc/${name}" }
     12master_sites    ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/
     13extract.sufx    .tgz
     14checksums       md5 879d0ced8ede5ec9fbaff4813851ea3f
     15patchfiles      patch-Makefile
     16depends_lib     lib:libgtk.1:gtk
     17build.target    mp3info
     18configure       { cd ${worksrcpath}
     19                  reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile }
     20install.target  install-mp3info
     21
     22variant x11 {
     23        depends_lib-append      lib:libgtk.1:gtk
     24        build.target            all
     25        install.target          install
     26}
Note: See TracChangeset for help on using the changeset viewer.