freebsd-ports/audio/cd-discid/Makefile
Volker Stolz 733b61011b Pass maintainership of audio/abcde and audio/cd-discid on to Travis
Campbell <hcoyote@ghostar.org>.  Many thanks to Travis for agreeing to take
over.

PR:		ports/70466
Submitted by:	Munish Chopra (maintainer)
2004-08-16 08:35:38 +00:00

26 lines
580 B
Makefile

# 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.9
CATEGORIES= audio
MASTER_SITES= http://lly.org/~rcw/cd-discid/ \
http://www.soulwax.net/freebsd/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= hcoyote@ghostar.org
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>