2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Roman Shterenzon <roman@xpert.com>
|
2000-10-28 09:19:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= id3lib
|
2004-01-03 12:02:43 +01:00
|
|
|
PORTVERSION= 3.8.3
|
2016-12-08 20:23:24 +01:00
|
|
|
PORTREVISION= 9
|
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
|
|
|
|
2006-05-30 15:50:27 +02:00
|
|
|
MAINTAINER= kaeru@inigo-tech.com
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
2000-10-28 09:19:07 +02:00
|
|
|
|
2006-05-30 15:50:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-20 14:25:04 +02:00
|
|
|
USES= iconv libtool
|
2006-12-20 14:45:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-17 13:14:00 +01:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-01-17 13:14:00 +01:00
|
|
|
|
2000-10-28 09:19:07 +02:00
|
|
|
post-extract:
|
2016-10-21 14:51:40 +02:00
|
|
|
@${RM} -r ${WRKSRC}/zlib
|
2003-01-07 05:56:15 +01:00
|
|
|
|
2012-01-23 21:39:56 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/main/s/unsigned int/int/' \
|
|
|
|
${WRKSRC}/examples/demo_*.cpp
|
|
|
|
@${REINPLACE_CMD} 's/\(iomanip\)\.h/\1/' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} '/include.*/{ p; s//include <cstring>/; n;n;n; }' \
|
|
|
|
${WRKSRC}/include/id3/id3lib_strings.h \
|
|
|
|
${WRKSRC}/include/id3/writers.h
|
|
|
|
|
2006-12-20 14:45:00 +01:00
|
|
|
.include <bsd.port.mk>
|