mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
647 B
Makefile
32 lines
647 B
Makefile
# New ports collection makefile for: cripple
|
|
# Date created: 2007-10-15
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cripple
|
|
PORTVERSION= 0.06b
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.vortex.prodigynet.co.uk/${PORTNAME}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Command line CD ripper/encoder wrapper with cddb support
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_CDRTOOLS= yes
|
|
|
|
LIB_DEPENDS+= cdio.8:${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>
|