Files
bsdports/media/libid3lib/Makefile
2019-12-26 07:26:06 +00:00

33 lines
1.0 KiB
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD: head/audio/id3lib/Makefile 497401 2019-03-31 13:15:06Z sunpoet $
PORTNAME= id3lib
PORTVERSION= 3.8.3
CATEGORIES= audio
MASTER_SITES= SF
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
USES= gmake libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-extract:
${RM} -r ${WRKSRC}/zlib
post-patch:
${REINPLACE_CMD} '/main/ s|unsigned int|int|' ${WRKSRC}/examples/demo_*.cpp
${REINPLACE_CMD} 's|\(iomanip\)\.h|\1|' ${WRKSRC}/configure
${REINPLACE_CMD} '/include.*/ { p; s||include <cstring>|; n; n; n; }' \
${WRKSRC}/include/id3/id3lib_strings.h \
${WRKSRC}/include/id3/writers.h
.include <bsd.port.mk>