Lines 2-19
Link Here
|
2 |
# $FreeBSD: games/py-mnemosyne/Makefile 331644 2013-10-26 00:52:33Z gerald $ |
2 |
# $FreeBSD: games/py-mnemosyne/Makefile 331644 2013-10-26 00:52:33Z gerald $ |
3 |
|
3 |
|
4 |
PORTNAME= mnemosyne |
4 |
PORTNAME= mnemosyne |
5 |
PORTVERSION= 2.2a |
5 |
PORTVERSION= 2.2.1 |
6 |
PORTREVISION= 2 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= games python |
7 |
CATEGORIES= games python |
8 |
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-2.2 |
8 |
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
DISTNAME= Mnemosyne-${DISTVERSION} |
10 |
DISTNAME= Mnemosyne-${DISTVERSION} |
11 |
|
11 |
|
12 |
MAINTAINER= marekrud@gmail.com |
12 |
MAINTAINER= ports@freebsd.org |
13 |
COMMENT= Flash-card tool which optimises your learning process |
13 |
COMMENT= Flash-card tool which optimises your learning process |
14 |
|
14 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4>=4.5:${PORTSDIR}/devel/py-qt4 \ |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4>=4.5:${PORTSDIR}/devel/py-qt4 \ |
16 |
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.1:${PORTSDIR}/math/py-matplotlib \ |
16 |
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.2.0:${PORTSDIR}/math/py-matplotlib \ |
17 |
${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2:${PORTSDIR}/www/py-cherrypy |
17 |
${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2:${PORTSDIR}/www/py-cherrypy |
18 |
|
18 |
|
19 |
USE_PYTHON= yes |
19 |
USE_PYTHON= yes |