aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cdparanoia/Makefile
blob: 30d4e8db44fc6c1b7d68c43e322cb937cdfdc127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    cdparanoia
# Date created:     5 Jan 2003
# Whom:         Simon 'corecode' Schubert <corecode@corecode.ath.cx>
#
# $FreeBSD$
#

PORTNAME=   cdparanoia
PORTVERSION=    3.9.8
PORTREVISION=   7
CATEGORIES= audio sysutils
MASTER_SITES=   http://www.xiph.org/paranoia/download/
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/}
EXTRACT_SUFX=   .src.tgz

MAINTAINER= corecode@corecode.ath.cx
COMMENT=    A CDDA extraction tool (also known as ripper)

USE_GETOPT_LONG=yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_REINPLACE=  yes

MAN1=       cdparanoia.1

post-patch:
    @${REINPLACE_CMD} -e 's/\(^ *default:\)/\1break;/' ${WRKSRC}/interface/utils.h

.include <bsd.port.mk>