Prune devel/py-EnthoughtBase
[dports.git] / devel / isl / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       isl
5 PORTVERSION=    0.15
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   http://isl.gforge.inria.fr/
9
10 MAINTAINER=     danilo@FreeBSD.org
11 COMMENT=        Integer Set Library
12
13 LICENSE=        MIT
14
15 LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp
16
17 CONFIGURE_ARGS+=        --with-gmp-prefix=${LOCALBASE}
18 GNU_CONFIGURE=  yes
19 USES=           libtool tar:xz
20 USE_LDCONFIG=   yes
21
22 post-patch:
23         ${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure
24
25 .include <bsd.port.mk>