freebsd-ports/audio/id3lib/Makefile
Bernhard Froehlich 7c4fa08fed
audio/id3lib: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 18:16:38 +00:00

28 lines
784 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
PORTNAME= id3lib
PORTVERSION= 3.8.3
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
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= compiler:c11 cpe iconv libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
# Clean up bundled libraries
@${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
.include <bsd.port.mk>