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

(-)b/cad/yosys-ghdl-plugin/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	yosys-ghdl-plugin
2
DISTVERSION=	g20230930
3
CATEGORIES=	cad
4
5
MAINTAINER=	nsonack@outlook.com
6
COMMENT=	GHDL synthesis plugin for yosys
7
WWW=		https://github.com/ghdl/ghdl-yosys-plugin
8
9
LICENSE=	GPLv3
10
11
BUILD_DEPENDS=	ghdl>0:cad/ghdl
12
RUN_DEPENDS=	yosys>0:cad/yosys
13
14
LIB_DEPENDS=	libffi.so:devel/libffi \
15
		libghdl-3_0_0.so:cad/ghdl \
16
		libtcmalloc.so:devel/google-perftools
17
18
USES=		gmake readline tcl
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	ghdl
22
GH_PROJECT=	ghdl-yosys-plugin
23
GH_TAGNAME=	d44a7bccdaa458ab3ec0ce83459410604bee6c60
24
25
MAKE_ENV+=	GHDL=${LOCALBASE}/bin/ghdl \
26
		YOSYS_CONFIG=${LOCALBASE}/bin/yosys-config
27
28
PLIST_FILES=	share/yosys/plugins/ghdl.so
29
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/yosys/plugins/ghdl.so
32
33
.include <bsd.port.mk>
(-)b/cad/yosys-ghdl-plugin/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1696080191
2
SHA256 (ghdl-ghdl-yosys-plugin-g20230930-d44a7bccdaa458ab3ec0ce83459410604bee6c60_GH0.tar.gz) = 200f38ea69d868b111a905d95a59aefa0c24d42f4f092ed5e5d94db21c496643
3
SIZE (ghdl-ghdl-yosys-plugin-g20230930-d44a7bccdaa458ab3ec0ce83459410604bee6c60_GH0.tar.gz) = 82663
(-)b/cad/yosys-ghdl-plugin/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
yosys-ghdl-plugin is a plugin that enables synthesis of VHDL with
2
yosys and ghdl.

Return to bug 274243