Tweak audio/libao version 1.2.0_3
[dports.git] / audio / cd-discid / Makefile
1 # Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
2 # $FreeBSD$
3
4 PORTNAME=       cd-discid
5 PORTVERSION=    0.9
6 CATEGORIES=     audio
7 MASTER_SITES=   http://lly.org/~rcw/cd-discid/
8 DISTNAME=       ${PORTNAME}_${PORTVERSION}.orig
9
10 MAINTAINER=     hcoyote@ghostar.org
11 COMMENT=        Backend utility to retrieve CDDB discid information
12
13 WRKSRC=         ${WRKDIR}/${PKGNAME}
14
15 MAKE_ARGS=      prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
16
17 PLIST_FILES=    bin/cd-discid \
18                 man/man1/cd-discid.1.gz
19
20 post-patch:
21         @${REINPLACE_CMD} -e "s/-o 0//g" ${WRKSRC}/Makefile
22
23 .include <bsd.port.mk>