freebsd-ports/audio/cd-discid/Makefile

24 lines
562 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:08:38 +01:00
COMMENT= Backend utility to retrieve CDDB discid information
WRKSRC= ${WRKDIR}/${PKGNAME}
2013-12-26 19:01:26 +01:00
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
2013-12-26 19:01:26 +01:00
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>