1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/cd-discid/Makefile
Guangyuan Yang aeecdad4c6 */*: Maintainer reset for Travis Campbell
Travis <hcoyote@ghostar.org> has expressed that he'd like to release the
maintainership of his ports. We thank Travis for all their efforts and
hope to welcome him back in the future.

PR:		257740
2021-08-11 01:52:38 -04:00

23 lines
548 B
Makefile

# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
PORTNAME= cd-discid
PORTVERSION= 0.9
CATEGORIES= audio
MASTER_SITES= http://lly.org/~rcw/cd-discid/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.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>