freebsd-ports/audio/py-speex/Makefile
Adam Weinberger 6dd05dec15 Update MASTER_SITES and WWW to new location to fix fetch.
While here, use USES=python
2014-09-02 16:10:31 +00:00

26 lines
705 B
Makefile

# Created by: Carl Johan Gustavsson <cjg@bsdmail.org>
# $FreeBSD$
PORTNAME= speex
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://freenet.mcnabhosting.com/python/pySpeex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pySpeex-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
DIST_SUBDIR= python
MAINTAINER= cjg@bsdmail.org
COMMENT= Python bindings for the Speex compressor/decompressor audio codec
BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>