mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
29 lines
676 B
Makefile
29 lines
676 B
Makefile
# $FreeBSD: head/sysutils/libcdio-paranoia/Makefile 520632 2019-12-22 14:38:57Z pkubaj $
|
|
|
|
PORTNAME= libcdio-paranoia
|
|
PORTVERSION= 10.2+2.0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GNU/libcdio
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Read audio from the CDROM directly as data
|
|
|
|
|
|
LIB_DEPENDS= libcdio.so:media/libcdio
|
|
|
|
USES= compiler:c11 gmake localbase perl5 pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
|
|
${WRKSRC}/doc/ja/Makefile.in
|
|
${REINPLACE_CMD} -e 's|freebsd10\.\*|freebsd[1-9][0-9].*|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|