2003-01-10 02:06:33 +01:00
|
|
|
# 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
|
2006-01-06 19:32:01 +01:00
|
|
|
PORTREVISION= 8
|
2003-01-10 02:06:33 +01:00
|
|
|
CATEGORIES= audio sysutils
|
|
|
|
MASTER_SITES= http://www.xiph.org/paranoia/download/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/}
|
|
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
|
2006-01-06 19:32:01 +01:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A CDDA extraction tool (also known as ripper)
|
2003-01-10 02:06:33 +01:00
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2003-01-10 02:06:33 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-01-14 04:57:07 +01:00
|
|
|
MAN1= cdparanoia.1
|
|
|
|
|
2003-02-01 18:04:16 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/\(^ *default:\)/\1break;/' ${WRKSRC}/interface/utils.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|