freebsd-ports/audio/cdparanoia/Makefile
Norikatsu Shigemura ec4b08743e Fix build on -CURRENT.
PR:		ports/47696
Pointed out by:	Jonas Engman
Submitted by:	Simon Schubert <corecode@corecode.ath.cx> (maintainer)
2003-02-01 17:04:16 +00:00

34 lines
832 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= 3
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
.if !exists(/usr/include/getopt.h)
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt"
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
.endif
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>