freebsd-ports/sysutils/libcdio-paranoia/Makefile
Tilman Keskinoz 4efbbe5d03 Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
2016-04-29 15:20:28 +00:00

26 lines
554 B
Makefile

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