freebsd-ports/sysutils/libcdio-paranoia/Makefile
Muhammad Moinur Rahman 770b4612a5
sysutils/libcdio-paranoia: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-30 12:49:27 +01:00

31 lines
753 B
Makefile

PORTNAME= libcdio-paranoia
PORTVERSION= 10.2+2.0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU/libcdio
MAINTAINER= jhale@FreeBSD.org
COMMENT= Read audio from the CDROM directly as data
WWW= https://www.gnu.org/software/libcdio/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcdio.so:sysutils/libcdio
USES= compiler:c11 gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
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>