2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
2002-07-30 08:01:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cd-discid
|
2004-03-07 19:32:56 +01:00
|
|
|
PORTVERSION= 0.9
|
2002-07-30 08:01:35 +02:00
|
|
|
CATEGORIES= audio
|
2005-11-25 13:45:15 +01:00
|
|
|
MASTER_SITES= http://lly.org/~rcw/cd-discid/
|
2002-07-30 08:01:35 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
|
2004-08-16 10:35:38 +02:00
|
|
|
MAINTAINER= hcoyote@ghostar.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Backend utility to retrieve CDDB discid information
|
2002-07-30 08:01:35 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
2013-12-26 19:01:26 +01:00
|
|
|
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
|
2002-07-30 08:01:35 +02:00
|
|
|
|
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
|
2002-07-30 08:01:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|