1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/isl/Makefile
Xin LI e732d8b56f - Update to 0.13
- Switch to use xz
 - Grab.
2014-06-30 16:12:56 +00:00

25 lines
528 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= isl
PORTVERSION= 0.13
CATEGORIES= devel
MASTER_SITES= http://isl.gforge.inria.fr/
MAINTAINER= delphij@FreeBSD.org
COMMENT= Integer Set Library
LICENSE= MIT
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
USES= libtool tar:xz
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure
.include <bsd.port.mk>