aboutsummaryrefslogtreecommitdiffstats
path: root/math/stp/Makefile
blob: 1cd01524580141e20e159ec8ced6bbce5f6cfa83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>