2013-04-26 12:35:50 +00:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-10-15 12:54:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cripple
|
|
|
|
PORTVERSION= 0.06b
|
2012-01-18 17:36:27 +00:00
|
|
|
PORTREVISION= 7
|
2007-10-15 12:54:24 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/
|
|
|
|
|
2009-05-04 18:42:24 +00:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2007-10-15 12:54:24 +00:00
|
|
|
COMMENT= Command line CD ripper/encoder wrapper with cddb support
|
|
|
|
|
2013-09-20 14:36:35 +00:00
|
|
|
NO_STAGE= yes
|
2007-10-15 12:54:24 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2012-01-18 17:36:27 +00:00
|
|
|
LIB_DEPENDS+= cdio.13:${PORTSDIR}/sysutils/libcdio
|
2007-10-15 12:54:24 +00:00
|
|
|
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\
|
2013-04-26 12:35:50 +00:00
|
|
|
cdparanoia:${PORTSDIR}/audio/cdparanoia \
|
|
|
|
cdda2wav:${PORTSDIR}/sysutils/cdrtools
|
2007-10-15 12:54:24 +00:00
|
|
|
|
|
|
|
MAN1= cripple.1
|
|
|
|
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|