freebsd-ports/audio/id3lib/Makefile

27 lines
771 B
Makefile
Raw Normal View History

PORTNAME= id3lib
PORTVERSION= 3.8.3
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= sunpoet@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
WWW= http://id3lib.sourceforge.net/
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
2019-03-31 15:15:06 +02:00
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2021-06-25 15:34:00 +02:00
post-patch:
# Clean up bundled libraries
@${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
.include <bsd.port.mk>