24 lines
468 B
Makefile
24 lines
468 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isl
|
|
PORTVERSION= 0.22.1
|
|
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>
|