mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
272bca67ef
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
37 lines
811 B
Makefile
37 lines
811 B
Makefile
# Created by: Johnny Sorocil <jsorocil@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yosys
|
|
DISTVERSION= 0.7-783
|
|
DISTVERSIONSUFFIX= -gbab39eac
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jsorocil@gmail.com
|
|
COMMENT= Yosys Open SYnthesis Suite
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_powerpc64= fails to build: /bin/sh: clang: not found
|
|
|
|
BUILD_DEPENDS= abc:cad/abc \
|
|
bash:shells/bash \
|
|
gawk:lang/gawk
|
|
LIB_DEPENDS= libffi.so:devel/libffi
|
|
|
|
USES= bison gmake pkgconfig python:3.6+ readline shebangfix tcl
|
|
SHEBANG_FILES= backends/smt2/smtbmc.py \
|
|
misc/yosys-config.in
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= YosysHQ
|
|
GH_TAGNAME= bab39eacce5c17c42d50a3a60a67cc8a9ee52d98
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH}
|
|
MAKE_ARGS= ABCEXTERNAL=abc
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yosys
|
|
|
|
.include <bsd.port.mk>
|