1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/cd2mp3/Makefile
Alexander Leidinger a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00

36 lines
763 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
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
http://mark.foster.cc/pub/freebsd/ports/distfiles/
MAINTAINER= mark@foster.cc
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
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>