aboutsummaryrefslogtreecommitdiff
path: root/games/py-mnemosyne/Makefile
blob: 31c8c931cca341b8faf2095e5511d44c3c8b71ab (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
31
32
33
34
35
36
37
38
39
40
# Created by: Beech Rintoul <beech@FreeBSD.org>

PORTNAME=	mnemosyne
PORTVERSION=		2.7.3
PORTREVISION=	4
PORTEPOCH=	1
CATEGORIES=	games education python
MASTER_SITES=	SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Mnemosyne-${DISTVERSION}

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Flash-card tool which optimises your learning process

LICENSE=	LGPL3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
		${PY_PILLOW} \
		${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}googletrans>=0:textproc/py-googletrans@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}gtts>=0:audio/py-gtts@${PY_FLAVOR}

USES=		pyqt:5 python:3.7+ shebangfix dos2unix #due textproc/py-googletrans
USE_PYQT=	pyqt5_run sip_run webengine_run
USE_PYTHON=	autoplist concurrent distutils

DOS2UNIX_GLOB=	*.py
DOS2UNIX_FILES=	mnemosyne/pyqt_ui/mnemosyne
SHEBANG_GLOB=	*.py
SHEBANG_FILES=	mnemosyne/pyqt_ui/mnemosyne

NO_ARCH=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|icons|pixmaps|' ${WRKSRC}/setup.py

.include <bsd.port.mk>