mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
80b3ab923d
PR: 192271
27 lines
612 B
Makefile
27 lines
612 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cripple
|
|
PORTVERSION= 0.06b
|
|
PORTREVISION= 8
|
|
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
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIB_DEPENDS+= libcdio.so:${PORTSDIR}/sysutils/libcdio
|
|
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame\
|
|
cdparanoia:${PORTSDIR}/audio/cdparanoia \
|
|
cdda2wav:${PORTSDIR}/sysutils/cdrtools
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/cripple.1.gz
|
|
|
|
.include <bsd.port.mk>
|