2002-07-30 06:01:35 +00:00
|
|
|
# New ports collection makefile for: cd-discid
|
|
|
|
# Date created: July 29, 2002
|
|
|
|
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cd-discid
|
2003-01-30 04:14:46 +00:00
|
|
|
PORTVERSION= 0.8
|
2002-07-30 06:01:35 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://frantica.lly.org/~rcw/cd-discid/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
|
|
|
|
2003-08-06 06:07:19 +00:00
|
|
|
MAINTAINER= chopra@soulwax.net
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= Backend utility to retrieve CDDB discid information
|
2002-07-30 06:01:35 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
2003-01-30 04:14:46 +00:00
|
|
|
MAKE_ARGS= prefix=${PREFIX} mandir=${PREFIX}/man/man1
|
2002-07-30 06:01:35 +00:00
|
|
|
|
2003-01-30 04:14:46 +00:00
|
|
|
MAN1= cd-discid.1
|
2002-07-30 06:01:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|