pkgsrc-wip/py-speex/Makefile

22 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/05/09 07:38:50 thomasklausner Exp $
DISTNAME= pySpeex-0.2
PKGNAME= ${PYPKGPREFIX}-speex-0.2
WRKSRC= ${WRKDIR}/${DISTNAME:S/-0.2//}
CATEGORIES= audio
MASTER_SITES= http://www.freenet.org.nz/python/pySpeex/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freenet.org.nz/python/pySpeex/
COMMENT= Speex bindings for Python; see speex package for details
BUILD_DEPENDS+= ${PYPKGPREFIX}-pyrex>=0:../../lang/py-pyrex
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 27 # py-pyrex
.include "../../lang/python/extension.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"