aboutsummaryrefslogtreecommitdiff
path: root/audio/py-speex/Makefile
blob: 54ed2e24c8e24dc0a083e20522654f855dc71c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for: py-speex
# Date created:		3 March 2007
# Whom:			Carl Johan Gustavsson <cjg@bsdmail.org>
#
# $FreeBSD$
#

PORTNAME=	speex
PORTVERSION=	0.2
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=	pyrexc:${PORTSDIR}/devel/pyrex
LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex

PLIST_FILES=	lib/%%PYTHON_VERSION%%/site-packages/speex.so
USE_PYTHON=	yes
USE_PYDISTUTILS=yes

post-patch:
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
		${WRKSRC}/setup.py

.include <bsd.port.mk>