mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
multimedia/py-mlt: fix build
- was forgotten in r518308 Reported by: antoine
This commit is contained in:
parent
da259e8494
commit
6f74bfa003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518313
@ -5,18 +5,24 @@ PORTREVISION= 0
|
||||
CATEGORIES= multimedia python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
USES= python:2.7
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= flavors
|
||||
MASTERDIR= ${.CURDIR:H}/mlt
|
||||
SLAVEPORT= swig Python
|
||||
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
SHEBANG_FILES= src/swig/python/codecs.py \
|
||||
src/swig/python/switcher.py \
|
||||
src/swig/python/getimage.py \
|
||||
src/swig/python/test_animation.py \
|
||||
src/swig/python/webvfx_generator.py \
|
||||
src/swig/python/play.py \
|
||||
src/swig/python/waveforms.py
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,which python,which ${PYTHON_VERSION},' -e 's,python -c,${PYTHON_VERSION} -c,' \
|
||||
-e 's,python-config,${PYTHON_VERSION}-config,' ${WRKSRC}/src/swig/python/build
|
||||
MAKE_ENV+= PYTHON="${PYTHON_CMD}"
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user