1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

- Convert to autoplist
- Bump PORTREVISION
This commit is contained in:
Martin Wilke 2014-03-06 14:18:41 +00:00
parent 65cf2bc473
commit 400030df55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347227

View File

@ -3,6 +3,7 @@
PORTNAME= speex
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://www.freenet.org.nz/python/pySpeex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,11 +16,9 @@ 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
PLIST_FILES= %%PYTHON_SITELIBDIR%%/speex.so
USE_PYTHON= yes
NO_STAGE= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION= 1.0
PYDISTUTILS_AUTOPLIST= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \