1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/cdparanoia/Makefile
Markus Brueffer 2b26744354 - Use cdda_device_name of struct cdrom_drive to expose the path of the device
node. Previously this was only present in the Linux version and is needed for
  the upcomming update of KDE 3.5
- Bump PORTREVISION
- Take maintainership

Approved by:	maintainer
2006-01-06 18:32:01 +00:00

31 lines
689 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= 8
CATEGORIES= audio sysutils
MASTER_SITES= http://www.xiph.org/paranoia/download/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/}
EXTRACT_SUFX= .src.tgz
MAINTAINER= markus@FreeBSD.org
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>