freebsd-ports/audio/cdparanoia/Makefile
Eric Anholt 6a56075828 - Fix ripping on -current now that CDIOCREADAUDIO is gone.
- Scan for cd devices without "c" on the end first.

PR:		ports/57226
		ports/58982
		ports/58994
Submitted by:	Vladimir Kushnir <vkushnir@Alfacom.net>
		Simon Barner <barner@in.tum.de>
Approved by:	maintainer (in principle)
Tested with:	Mogwai - Happy Songs For Happy People
2003-11-09 11:29:42 +00:00

30 lines
695 B
Makefile

# 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= 6
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>