1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/isl/Makefile
Gleb Popov 29fb522340 devel/isl: update to 0.22
PR:		242509
Submitted by:	thierry
Approved by:	danilo (maintainer timeout)
2020-06-05 18:52:30 +00:00

24 lines
466 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= isl
PORTVERSION= 0.22
CATEGORIES= devel math
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
USES= libtool pkgconfig tar:xz
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>