Ticket #2723: Portfile

File Portfile, 1.1 KB (added by jrdittmann@…, 20 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name                    cd-discid
5version                 0.9
6categories              audio
7maintainers             jrdittmann@wisc.edu
8description             cd-discid - read CD and get CDDB discid information
9long_description        \
10        In order to do CDDB queries over the Internet, you must know the DiscID \
11        of the CD you are querying.  cd-discid provides you with that  informa- \
12        tion.  It outputs the discid, the number of tracks, the frame offset of \
13        all of the tracks, and the total length of the CD in  seconds,  on  one \
14        line  in a space-delimited format.  cd-discid was designed as a backend \
15        tool for cdgrab (now abcde) but will work independantly of it. \
16        Written by Jesus Climent.
17
18homepage                http://www.hispalinux.es/~data/abcde.php
19platforms               darwin
20
21master_sites            http://www.hispalinux.es/~data/files/cd-discid
22distname                ${name}-${version}
23distfiles               ${name}_${version}.orig.tar.gz
24checksums               md5 64677b8b63d1db0db015043f5455171a
25
26configure.args          --mandir=\\\${prefix}/share/man
27
28destroot.destdir        prefix=${destroot}${prefix}
29
30patchfiles              patch-Makefile
31
32configure               {}