2000-10-28 07:19:07 +00:00
|
|
|
# New ports collection makefile for: id3lib
|
|
|
|
# Date Created: 26 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= id3lib
|
|
|
|
PORTVERSION= 3.7.13
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
2000-12-21 07:07:39 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_AUTOMAKE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-10-28 07:19:07 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
.for i in zlib popt
|
|
|
|
${RM} -rf ${WRKSRC}/$i
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|