2000-10-28 09:19:07 +02:00
|
|
|
PORTNAME= id3lib
|
2004-01-03 12:02:43 +01:00
|
|
|
PORTVERSION= 3.8.3
|
2017-07-13 16:34:01 +02:00
|
|
|
PORTREVISION= 10
|
2000-10-28 09:19:07 +02:00
|
|
|
CATEGORIES= audio
|
2007-10-02 04:01:30 +02:00
|
|
|
MASTER_SITES= SF
|
2000-10-28 09:19:07 +02:00
|
|
|
|
2018-07-29 21:09:29 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://id3lib.sourceforge.net/
|
2000-10-28 09:19:07 +02:00
|
|
|
|
2018-09-01 11:08:15 +02:00
|
|
|
LICENSE= GPLv2+
|
2018-07-29 21:09:29 +02:00
|
|
|
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
|
2018-07-01 11:17:45 +02:00
|
|
|
|
2021-08-29 20:16:38 +02:00
|
|
|
USES= compiler:c11 cpe iconv libtool localbase
|
2019-03-31 15:15:06 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-12-20 14:45:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-17 13:14:00 +01:00
|
|
|
|
2021-06-25 15:34:00 +02:00
|
|
|
post-patch:
|
|
|
|
# Clean up bundled libraries
|
|
|
|
@${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/
|
2003-01-07 05:56:15 +01:00
|
|
|
|
2006-12-20 14:45:00 +01:00
|
|
|
.include <bsd.port.mk>
|