1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/audio/cd2mp3/Makefile

36 lines
762 B
Makefile
Raw Normal View History

# New ports collection makefile for: cd2mp3
# Date created: 4 January 2000
# Whom: Jamie Heckford <jamie@blackhole.net>
#
# $FreeBSD$
#
2003-06-10 11:58:50 +00:00
PORTNAME= cd2mp3
PORTVERSION= 0.82
PORTREVISION= 3
2003-06-10 11:58:50 +00:00
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
http://mark.foster.cc/pub/freebsd/ports/distfiles/
MAINTAINER= mark@foster.cc
2003-06-10 11:58:50 +00:00
COMMENT= Easy to use CD Ripping and MP3 Encoding tool
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
2003-06-10 11:58:50 +00:00
dagrab:${PORTSDIR}/audio/dagrab
2003-06-10 11:58:50 +00:00
NO_BUILD= yes
WRKSRC= ${WRKDIR}/cd2mp3
PLIST_FILES= bin/cd2mp3
PORTDOCS= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>