aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cd2mp3/Makefile
blob: 2ee73f8d05139bd9834f3bf6c3de45b618bad37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    cd2mp3
# Date created:             4 January 2000
# Whom:                 Jamie Heckford <jamie@blackhole.net>
#
# $FreeBSD$
#

PORTNAME=   cd2mp3
PORTVERSION=    0.82
PORTREVISION=   1
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>