aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cd-discid/Makefile
blob: cb201c94f9796ec45d32be545b5153f14f888086 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    cd-discid
# Date created:         July 29, 2002
# Whom:             Munish Chopra <mchopra@engmail.uwaterloo.ca>
#
# $FreeBSD$
#

PORTNAME=   cd-discid
PORTVERSION=    0.8
CATEGORIES= audio
MASTER_SITES=   http://frantica.lly.org/~rcw/cd-discid/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= chopra@soulwax.net
COMMENT=    Backend utility to retrieve CDDB discid information

WRKSRC=     ${WRKDIR}/${PKGNAME}

MAKE_ARGS=  prefix=${PREFIX} mandir=${PREFIX}/man/man1

MAN1=   cd-discid.1
PLIST_FILES=    bin/cd-discid

.include <bsd.port.mk>