1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/math/stp/Makefile
Gleb Popov 16693b1f60 math/cryptominisat and math/py-cryptominisat: Update to 5.7.1
Bump PORTREVISIONs of consumer ports.
2020-07-09 15:44:39 +00:00

28 lines
601 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= stp
DISTVERSION= 2.3.3
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= math
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Decision Procedure for Bitvectors and Arrays
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: undefined reference to sbrk
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libminisat.so:math/minisat \
libcryptominisat5.so:math/cryptominisat
USES= bison:build compiler:c++11-lang cmake perl5 python
USE_GITHUB= yes
USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>