freebsd-ports/audio/cd2mp3/Makefile
Oliver Lehmann a51bc0d165 update cd2mp3 to 0.82
PR:		47250
2003-06-10 11:58:50 +00:00

30 lines
715 B
Makefile

# New ports collection makefile for: cd2mp3
# Date created: 4 January 2000
# Whom: Jamie Heckford <jamie@blackhole.net>
#
# $FreeBSD$
#
PORTNAME= cd2mp3
PORTVERSION= 0.82
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/
MAINTAINER= jamie@blackh0le.net
COMMENT= Easy to use CD Ripping and MP3 Encoding tool
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \
dagrab:${PORTSDIR}/audio/dagrab
NO_BUILD= yes
WRKSRC= ${WRKDIR}/cd2mp3
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cd2mp3
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cd2mp3/README
.endif
.include <bsd.port.mk>