mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
40abe7bcd5
- Ignore version 0.18.2 in PORTSCOUT due problems in the build files. It will be fixed on 0.18.3.
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cloog
|
|
PORTVERSION= 0.18.1
|
|
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:${PORTSDIR}/math/gmp
|
|
|
|
PORTSCOUT= ignore:0.18.2
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX}
|
|
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
|
|
|
|
post-install:
|
|
${LN} -s libcloog-isl.so.4 ${STAGEDIR}${PREFIX}/lib/libcloog-isl.so.0
|
|
${LN} -s libisl.so.12 ${STAGEDIR}${PREFIX}/lib/libisl.so.0
|
|
|
|
.include <bsd.port.mk>
|