summaryrefslogtreecommitdiff
path: root/audio/cripple/Makefile
blob: b90f4c94d31a7528114a7a5e2e45254768b5d1a7 (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
# New ports collection makefile for:	cripple
# Date created:		2007-10-15
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	cripple
PORTVERSION=	0.06b
PORTREVISION=	4
CATEGORIES=	audio
MASTER_SITES=	http://www.vortex.prodigynet.co.uk/${PORTNAME}/

MAINTAINER=	dhn@FreeBSD.org
COMMENT=	Command line CD ripper/encoder wrapper with cddb support

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_CDRTOOLS=	yes
MAKE_JOBS_SAFE=	yes

LIB_DEPENDS+=	cdio.12:${PORTSDIR}/sysutils/libcdio
RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lame\
		cdparanoia:${PORTSDIR}/audio/cdparanoia

MAN1=		cripple.1

ALL_TARGET=	${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>