freebsd-ports/sysutils/libcdio-paranoia/Makefile
Jason E. Hale 656577b723 Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes (libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00

28 lines
591 B
Makefile

# $FreeBSD$
PORTNAME= libcdio-paranoia
PORTVERSION= 10.2+0.94+1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU/libcdio
MAINTAINER= jhale@FreeBSD.org
COMMENT= Read audio from the CDROM directly as data
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcdio.so:sysutils/libcdio
USES= gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-versioned-libs
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
${WRKSRC}/doc/ja/Makefile.in
.include <bsd.port.mk>