1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/isl/Makefile
Danilo Egea Gondolfo 6919f1bde0 math/cloog
- Update to 0.19.0
 - Use github
 - Add ac_cv_prog_TEXI2DVI to avoid building docs for now

devel/isl
 - Update to 0.19

- Bump PORTREVISION of all dependencies
2018-04-08 19:05:36 +00:00

25 lines
489 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= isl
PORTVERSION= 0.19
CATEGORIES= devel
MASTER_SITES= http://isl.gforge.inria.fr/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Integer Set Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgmp.so:math/gmp
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:xz
PATHFIX_MAKEFILEIN= configure
USE_LDCONFIG= yes
.include <bsd.port.mk>