opnsense-ports/math/cloog/Makefile
Franco Fichtner 9c41823666 */*: sync with upstream
Taken from: HardenedBSD
2018-06-05 10:35:24 +02:00

28 lines
633 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloog
PORTVERSION= 0.19.0
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>