Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/games/pyfa/Makefile 406545 2016-01-18 05:54:53Z miwi $ |
2 |
# $FreeBSD: head/games/pyfa/Makefile 406545 2016-01-18 05:54:53Z miwi $ |
3 |
|
3 |
|
4 |
PORTNAME= pyfa |
4 |
PORTNAME= pyfa |
5 |
PORTVERSION= 1.18.0 |
5 |
PORTVERSION= 1.19.1 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= games python |
7 |
CATEGORIES= games python |
8 |
|
8 |
|
Lines 17-23
Link Here
|
17 |
${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests |
17 |
${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests |
18 |
|
18 |
|
19 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= DarkFenX |
20 |
GH_ACCOUNT= pyfa-org |
21 |
|
21 |
|
22 |
USES= python:2 dos2unix |
22 |
USES= python:2 dos2unix |
23 |
DOS2UNIX_GLOB= *.py |
23 |
DOS2UNIX_GLOB= *.py |
Lines 31-39
Link Here
|
31 |
WX_COMPS= wx:run python:run |
31 |
WX_COMPS= wx:run python:run |
32 |
|
32 |
|
33 |
OPTIONS_DEFINE= DPSGRAPHING |
33 |
OPTIONS_DEFINE= DPSGRAPHING |
34 |
DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib. need fix) |
34 |
DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) |
35 |
|
35 |
|
36 |
DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ |
36 |
DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:${PORTSDIR}/math/py-matplotlib \ |
37 |
${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \ |
37 |
${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \ |
38 |
${PYTHON_PKGNAMEPREFIX}more-itertools>0:${PORTSDIR}/devel/py-more-itertools |
38 |
${PYTHON_PKGNAMEPREFIX}more-itertools>0:${PORTSDIR}/devel/py-more-itertools |
39 |
|
39 |
|