freebsd-ports/math/vampire/Makefile
Yuri Victorovich 071a590d67 math/vampire: Update 4.7-423 → 4.8
Reported by:	portscout
2023-07-12 23:11:31 -07:00

27 lines
598 B
Makefile

PORTNAME= vampire
DISTVERSIONPREFIX= vHO
DISTVERSION= 4.8
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Automatic theorem prover
WWW= https://vprover.github.io/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
BROKEN_i386= error: static_assert failed due to requirement 'sizeof(void *) == 8'
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= vprover
CMAKE_ARGS= -DCMAKE_BUILD_HOL=On # code is broken w/out this
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/${PORTNAME}* ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>