# New ports collection makefile for: py-taglib # Date created: 5 May 2006 # Whom: Kelly Yancey # # $FreeBSD: ports/audio/py-taglib/Makefile,v 1.4 2007/07/30 09:41:00 alexbl Exp $ PORTNAME= taglib PORTVERSION= 1.3.3 CATEGORIES= audio python MASTER_SITES= http://download.berlios.de/namingmuse/ \ http://download2.berlios.de/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.5:${PORTSDIR}/audio/taglib WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION} USE_AUTOTOOLS= libtool:15 USE_PYTHON= -2.4 USE_PYTHON_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes .include