1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/cd-discid/Makefile
Erwin Lansing 5b3e3bdea8 * Change my e-mail address
* Fix a few COMMENTs while I'm here
* Nuke my info from pkg-descr, it's useless there anyway

PR:		55302
Submitted by:	maintainer
2003-08-06 06:07:19 +00:00

24 lines
525 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.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
.include <bsd.port.mk>