freebsd-ports/audio/id3lib/Makefile

27 lines
725 B
Makefile
Raw Normal View History

# Created by: Roman Shterenzon <roman@xpert.com>
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
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 iconv libtool localbase
2019-03-31 15:15:06 +02:00
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-extract:
@${RM} -r ${WRKSRC}/zlib
.include <bsd.port.mk>