blob: 1e694b159409a54b5484c808215a70b8517d4434 (
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
|
PORTNAME= openscop
PORTVERSION= 0.9.7
CATEGORIES= math
MAINTAINER= danilo@FreeBSD.org
COMMENT= Library for Data Exchange in Polyhedral Compilation Tools
WWW= https://github.com/periscop/openscop
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= periscop
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE}
.include <bsd.port.mk>
|