freebsd-ports/audio/cd-discid/Makefile
Baptiste Daroussin 1eef526a50 Support stage
2013-12-26 18:01:26 +00:00

23 lines
562 B
Makefile

# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
# $FreeBSD$
PORTNAME= cd-discid
PORTVERSION= 0.9
CATEGORIES= audio
MASTER_SITES= http://lly.org/~rcw/cd-discid/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= hcoyote@ghostar.org
COMMENT= Backend utility to retrieve CDDB discid information
WRKSRC= ${WRKDIR}/${PKGNAME}
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
PLIST_FILES= bin/cd-discid \
man/man1/cd-discid.1.gz
post-patch:
@${REINPLACE_CMD} -e "s/-o 0//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>