freebsd-ports/audio/ripit/Makefile
Ben Woods 9de4ad5f3c audio/p5-MusicBrainz-DiscID: Update to 0.04
- Take maintainership
- Bump PORTREVISION of ports depending on this port
- Added USES=localbase to work around an issue where the Makefile.PL
  pkgconfig check was finding that the discid check required the
  CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.

Changes this release:
  http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes

PR:		223344
Approved by:	tobias.rehbein@web.de (previous maintainer)
2017-11-25 01:25:36 +00:00

36 lines
929 B
Makefile

# Created by: oyvindmo@initio.no
# $FreeBSD$
PORTNAME= ripit
PORTVERSION= 3.9.0
PORTREVISION?= 2
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:audio/p5-CDDB_get \
p5-libwww>=0:www/p5-libwww \
p5-WebService-MusicBrainz>=0:www/p5-WebService-MusicBrainz \
p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \
lame:audio/lame \
cdparanoia:audio/cdparanoia
USES= perl5 shebangfix tar:bzip2
NO_BUILD= yes
USE_PERL5= run
SHEBANG_FILES= ripit.pl
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>