1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/ripit/Makefile
Dmitry Marakasov c323274abb - Support staging
- Add LICENSE
- Convert USE_BZIP2 to USES

PR:		189657
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
2014-05-12 01:08:26 +00:00

38 lines
1.0 KiB
Makefile

# Created by: oyvindmo@initio.no
# $FreeBSD$
PORTNAME= ripit
PORTVERSION= 3.9.0
PORTREVISION?= 1
CATEGORIES= audio
MASTER_SITES= http://www.suwald.com/ripit/
MAINTAINER= tobias.rehbein@web.de
COMMENT= Command line audio CD ripper
LICENSE= GPLv2
# See pkg-message about other dependencies.
RUN_DEPENDS= p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-WebService-MusicBrainz>=0:${PORTSDIR}/www/p5-WebService-MusicBrainz \
p5-MusicBrainz-DiscID>=0:${PORTSDIR}/audio/p5-MusicBrainz-DiscID \
lame:${PORTSDIR}/audio/lame \
cdparanoia:${PORTSDIR}/audio/cdparanoia
USES= perl5 shebangfix tar:bzip2
NO_BUILD= yes
USE_PERL5= run
SHEBANG_FILES= ripit.pl
perl_OLD_CMD= /usr/bin/env perl
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit
${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config
.include <bsd.port.mk>