aboutsummaryrefslogtreecommitdiff
path: root/audio/id3lib/Makefile
blob: 77a5f0ff5c46cb53c2c05e61ea90761a15540d00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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 iconv libtool localbase

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-extract:
	@${RM} -r ${WRKSRC}/zlib

.include <bsd.port.mk>