aboutsummaryrefslogblamecommitdiff
path: root/audio/cd-discid/Makefile
blob: c9fe3393e8893b2280652893707a9b98b945a274 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          

                         
                   
                     
                                              

                                               
                                   
                                                                   


                                    
                                                                                
 




                                                           

                      
# 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=	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>