|
Lines 3-8
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= mnemosyne |
4 |
PORTNAME= mnemosyne |
| 5 |
PORTVERSION= 2.7.1 |
5 |
PORTVERSION= 2.7.1 |
|
|
6 |
PORTREVISION= 1 |
| 6 |
PORTEPOCH= 1 |
7 |
PORTEPOCH= 1 |
| 7 |
CATEGORIES= games python |
8 |
CATEGORIES= games python |
| 8 |
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} |
9 |
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} |
|
Lines 9-15
Link Here
|
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 10 |
DISTNAME= Mnemosyne-${DISTVERSION} |
11 |
DISTNAME= Mnemosyne-${DISTVERSION} |
| 11 |
|
12 |
|
| 12 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= lbartoletti@FreeBSD.org |
| 13 |
COMMENT= Flash-card tool which optimises your learning process |
14 |
COMMENT= Flash-card tool which optimises your learning process |
| 14 |
|
15 |
|
| 15 |
LICENSE= LGPL3 |
16 |
LICENSE= LGPL3 |
|
Lines 19-33
Link Here
|
| 19 |
${PY_PILLOW} \ |
20 |
${PY_PILLOW} \ |
| 20 |
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ |
| 21 |
${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} \ |
| 22 |
${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} |
23 |
${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} \ |
|
|
24 |
${PYTHON_PKGNAMEPREFIX}googletrans>=0:textproc/py-googletrans@${PY_FLAVOR} \ |
| 25 |
${PYTHON_PKGNAMEPREFIX}gtts>=0:audio/py-gtts@${PY_FLAVOR} |
| 23 |
|
26 |
|
| 24 |
USES= pyqt:5 python:3.5+ |
27 |
USES= pyqt:5 python:3.7+ #due textproc/py-googletrans |
| 25 |
USE_PYQT= gui_run network_run printsupport_run sip_run sql_run webengine_run |
28 |
USE_PYQT= gui_run network_run printsupport_run sip_run sql_run webengine_run |
| 26 |
USE_PYTHON= distutils autoplist |
29 |
USE_PYTHON= autoplist concurrent distutils |
| 27 |
|
30 |
|
| 28 |
NO_ARCH= yes |
31 |
NO_ARCH= yes |
| 29 |
|
32 |
|
| 30 |
post-patch: |
33 |
post-patch: |
| 31 |
@${REINPLACE_CMD} -e 's|\(share/\)icons|\1pixmaps|' ${WRKSRC}/setup.py |
34 |
@${REINPLACE_CMD} -e 's|icons|pixmaps|' ${WRKSRC}/setup.py |
| 32 |
|
35 |
|
| 33 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |