2007-10-15 12:54:24 +00:00
|
|
|
# New ports collection makefile for: cripple
|
|
|
|
# Date created: 2007-10-15
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cripple
|
|
|
|
PORTVERSION= 0.06b
|
2009-11-28 10:34:26 +00:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_CDRTOOLS= yes
|
2009-03-25 18:08:45 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2007-10-15 12:54:24 +00:00
|
|
|
|
2009-11-28 10:34:26 +00:00
|
|
|
LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio
|
2007-10-15 12:54:24 +00:00
|
|
|
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\
|
|
|
|
cdparanoia:${PORTSDIR}/audio/cdparanoia
|
|
|
|
|
|
|
|
MAN1= cripple.1
|
|
|
|
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|