59e02117ae
Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
22 lines
488 B
Makefile
22 lines
488 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stp
|
|
PORTVERSION= 1436
|
|
PORTREVISION= 3
|
|
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 perl5 tar:xz
|
|
USE_PERL5= build
|
|
CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a
|
|
|
|
.include <bsd.port.mk>
|