View | Details | Raw Unified | Return to bug 227590
Collapse All | Expand All

(-)devel/arachne-pnr/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Johnny Sorocil <propaliidealist@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	arachne-pnr
5
PORTVERSION=20180310
6
CATEGORIES=	devel
7
8
MAINTAINER=	propaliidealist@gmail.com
9
COMMENT=	Place and route tool for FPGAs
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	${LOCALBASE}/share/icebox:devel/icestorm
14
15
USES+=		gmake
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	cseed
19
GH_TAGNAME=	6701132
20
21
post-install:
22
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/arachne-pnr
23
24
.include <bsd.port.mk>
(-)devel/arachne-pnr/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1520798391
2
SHA256 (cseed-arachne-pnr-20180310-6701132_GH0.tar.gz) = 58d7f593a8f8d59ec0938b0df1d5e542d7ee7324f9882486274dc6c8629d596a
3
SIZE (cseed-arachne-pnr-20180310-6701132_GH0.tar.gz) = 91183
(-)devel/arachne-pnr/pkg-descr (+5 lines)
Line 0 Link Here
1
Arachne-pnr implements the place and route step of the hardware compilation
2
process for FPGAs. It currently targets the Lattice Semiconductor iCE40 family
3
of FPGAs.
4
5
WWW: https://github.com/cseed/arachne-pnr
(-)devel/arachne-pnr/pkg-plist (+5 lines)
Line 0 Link Here
1
bin/arachne-pnr
2
%%DATADIR%%/chipdb-1k.bin
3
%%DATADIR%%/chipdb-384.bin
4
%%DATADIR%%/chipdb-5k.bin
5
%%DATADIR%%/chipdb-8k.bin

Return to bug 227590