2021-12-29 08:33:10 +01:00
|
|
|
PORTNAME= cvc
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-05-20 21:53:32 +02:00
|
|
|
DISTVERSION= 1.1.3
|
2021-12-29 08:33:10 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Circuit Validity Checker
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/d-m-bailey/cvc
|
2021-12-29 08:33:10 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= pyinstaller:devel/py-pyinstaller@${PY_FLAVOR} \
|
|
|
|
bash:shells/bash
|
|
|
|
|
|
|
|
USES= autoreconf bison gettext-runtime gettext-tools gmake python readline shebangfix
|
2022-11-16 22:51:36 +01:00
|
|
|
USE_GCC= 11 # clang fails, see https://github.com/d-m-bailey/cvc/issues/239
|
|
|
|
# GCC 12 fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266189
|
2021-12-29 08:33:10 +01:00
|
|
|
|
|
|
|
SHEBANG_FILES= scripts/calibre_cvc scripts/clean_cvc_log scripts/expand_cells.py
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= d-m-bailey
|
|
|
|
|
|
|
|
MAKE_ARGS= INTLLIBS=-lintl
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|