freebsd-ports/audio/py-speex/Makefile
Martin Wilke 400030df55 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-03-06 14:18:41 +00:00

27 lines
716 B
Makefile

# Created by: Carl Johan Gustavsson <cjg@bsdmail.org>
# $FreeBSD$
PORTNAME= speex
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://www.freenet.org.nz/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
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>