1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/cloog/Makefile
2021-04-06 16:31:07 +02:00

29 lines
637 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
PORTNAME= cloog
PORTVERSION= 0.20.0
PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= math
MAINTAINER= danilo@FreeBSD.org
COMMENT= Code generator in the polyhedral model
LICENSE= LGPL21
LIB_DEPENDS= libgmp.so:math/gmp \
libisl.so:devel/isl
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} --with-isl-prefix=${LOCALBASE}
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI=""
.include <bsd.port.mk>