2013-03-08 12:32:11 +01:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2008-06-19 03:52:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= stp
|
2014-03-03 17:21:03 +01:00
|
|
|
PORTVERSION= 1436
|
2018-04-18 15:57:42 +02:00
|
|
|
PORTREVISION= 8
|
2008-06-19 03:52:25 +02:00
|
|
|
CATEGORIES= math
|
2014-03-03 17:21:03 +01:00
|
|
|
MASTER_SITES= http://intara.arrowdodger.ru/
|
2008-06-19 03:52:25 +02:00
|
|
|
|
2011-11-11 07:15:30 +01:00
|
|
|
MAINTAINER= 6yearold@gmail.com
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Decision Procedure for Bitvectors and Arrays
|
2008-06-19 03:52:25 +02:00
|
|
|
|
2011-11-11 07:15:30 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2018-06-18 16:00:43 +02:00
|
|
|
BROKEN_aarch64= fails to compile: undefined reference to sbrk
|
|
|
|
BROKEN_powerpc64= fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name()
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
|
|
|
libboost_system.so:devel/boost-libs
|
2011-11-11 07:15:30 +01:00
|
|
|
|
2017-06-25 23:07:58 +02:00
|
|
|
USES= bison:build cmake:noninja perl5 tar:xz
|
2014-03-03 17:21:03 +01:00
|
|
|
USE_PERL5= build
|
|
|
|
CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a
|
2011-11-11 07:15:30 +01:00
|
|
|
|
2017-01-05 12:00:49 +01:00
|
|
|
.include <bsd.port.mk>
|