freebsd-ports/audio/cd-discid/Makefile
Edwin Groothuis 304440c90c maintainer update port: audio/cd-discid
* Update to 0.8 (from 0.7)
	* Use newly supplied Makefile to install, instead of do-install

PR:		ports/47307
Submitted by:	Munish Chopra <munish@opiate.thirteenandtwo.org>
2003-01-30 04:14:46 +00:00

22 lines
474 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= mchopra@engmail.uwaterloo.ca
WRKSRC= ${WRKDIR}/${PKGNAME}
MAKE_ARGS= prefix=${PREFIX} mandir=${PREFIX}/man/man1
MAN1= cd-discid.1
.include <bsd.port.mk>