1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/isl/Makefile
Danilo Egea Gondolfo 8eb33217de - Update to 0.18
2017-01-28 19:48:38 +00:00

25 lines
489 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= isl
PORTVERSION= 0.18
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>