mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
31 lines
680 B
Makefile
31 lines
680 B
Makefile
PORTNAME= cloog
|
|
PORTVERSION= 0.21.1
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Code generator in the polyhedral model
|
|
WWW= http://www.cloog.org/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libisl.so:devel/isl \
|
|
libosl.so:math/openscop
|
|
|
|
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} \
|
|
--with-osl-prefix=${LOCALBASE} \
|
|
--with-osl=system
|
|
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI=""
|
|
|
|
.include <bsd.port.mk>
|