1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/cloog/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
568 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloog
PORTVERSION= 0.18.4
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Code generator in the polyhedral model
LICENSE= LGPL21
LIB_DEPENDS= libgmp.so:math/gmp \
libisl.so:devel/isl
USE_LDCONFIG= yes
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE}
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>