blob: 92e766815c24feeae63651af96f18f914e8ddffe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= spot
DISTVERSION= 2.10.1
CATEGORIES= math
MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for omega automata manipulation and model checking
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= charsetfix compiler:c++14-lang gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python --disable-static
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
PORTDOCS= tl.pdf
TEST_TARGET= check
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
|