freebsd-ports/math/openscop/Makefile
Danilo Egea Gondolfo ae342c36f6 math/openscop: Add new port
Library for Data Exchange in Polyhedral Compilation Tools

It's a new dependency of math/cloog.
2023-07-02 14:05:01 +01:00

24 lines
494 B
Makefile

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>