# New ports collection makefile for:	py-taglib
# Date created:		5 May 2006
# Whom:			Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD: ports/audio/py-taglib/Makefile,v 1.9 2009/12/02 17:16:11 fluffy Exp $

PORTNAME=	taglib
PORTVERSION=	1.3.3
PORTREVISION=	2
CATEGORIES=	audio python
MASTER_SITES=	BERLIOS
MASTER_SITE_SUBDIR=	namingmuse
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-taglib-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python bindings for the taglib audio file tagging library

LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib

WRKSRC=		${WRKDIR}/python-taglib-${PORTVERSION}

USE_AUTOTOOLS=	libtool:22
USE_PYTHON=	-2.4
USE_PYTHON_PREFIX=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>
