Lines 1-11
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= nextpnr |
3 |
PORTNAME= nextpnr |
4 |
PORTVERSION= g20190529 |
4 |
DISTVERSION= g20191026 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= devel |
5 |
CATEGORIES= devel |
7 |
|
6 |
|
8 |
MAINTAINER= manu@FreeBSD.Org |
7 |
MAINTAINER= manu@FreeBSD.org |
9 |
COMMENT= Portable FPGA place and route tool |
8 |
COMMENT= Portable FPGA place and route tool |
10 |
|
9 |
|
11 |
LICENSE= ISCL |
10 |
LICENSE= ISCL |
Lines 19-31
Link Here
|
19 |
${PY_BOOST} |
18 |
${PY_BOOST} |
20 |
|
19 |
|
21 |
USES= cmake qt:5 eigen:3 python:3.5+ gl |
20 |
USES= cmake qt:5 eigen:3 python:3.5+ gl |
22 |
|
|
|
23 |
USE_QT= buildtools_build core gui opengl qmake_build widgets |
21 |
USE_QT= buildtools_build core gui opengl qmake_build widgets |
24 |
USE_GL= gl |
22 |
USE_GL= gl glu |
25 |
|
|
|
26 |
USE_GITHUB= yes |
23 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= YosysHQ |
24 |
GH_ACCOUNT= YosysHQ |
28 |
GH_TAGNAME= 150004e3 |
25 |
GH_TAGNAME= 5cf0ed5 |
|
|
26 |
GH_TUPLE= YosysHQ:nextpnr-tests:8f93e7e:tests/tests |
29 |
|
27 |
|
30 |
BINARY_ALIAS= python3=${PYTHON_CMD} |
28 |
BINARY_ALIAS= python3=${PYTHON_CMD} |
31 |
|
29 |
|