mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
25 lines
560 B
Makefile
25 lines
560 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stp
|
|
PORTVERSION= 1436
|
|
PORTREVISION= 7
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://intara.arrowdodger.ru/
|
|
|
|
MAINTAINER= 6yearold@gmail.com
|
|
COMMENT= Decision Procedure for Bitvectors and Arrays
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
|
libboost_system.so:devel/boost-libs
|
|
|
|
USES= bison:build cmake:noninja perl5 tar:xz
|
|
USE_PERL5= build
|
|
CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a
|
|
|
|
BROKEN_aarch64= Fails to compile: undefined reference to sbrk
|
|
|
|
.include <bsd.port.mk>
|