2002-07-30 08:01:35 +02:00
|
|
|
# New ports collection makefile for: cd-discid
|
|
|
|
# Date created: July 29, 2002
|
|
|
|
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
|
|
#
|
|
|
|
# $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}
|
|
|
|
|
2003-01-30 05:14:46 +01:00
|
|
|
MAKE_ARGS= prefix=${PREFIX} mandir=${PREFIX}/man/man1
|
2002-07-30 08:01:35 +02:00
|
|
|
|
2003-01-30 05:14:46 +01:00
|
|
|
MAN1= cd-discid.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/cd-discid
|
2002-07-30 08:01:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|