1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/cloog/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

26 lines
579 B
Makefile

# $FreeBSD$
PORTNAME= cloog
PORTVERSION= 0.18.0
CATEGORIES= math
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Code generator in the polyhedral model
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX}
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
post-install:
${LN} -s ${PREFIX}/lib/libcloog-isl.so.4 \
${PREFIX}/lib/libcloog-isl.so.0
${LN} -s ${PREFIX}/lib/libisl.so.11 \
${PREFIX}/lib/libisl.so.0
.include <bsd.port.mk>