freebsd-ports/devel/isl/Makefile
Danilo Egea Gondolfo f1985fd542 - Update devel/isl to 0.16.1
PR:		207370
Submitted by:	tijl
2016-02-23 02:18:35 +00:00

26 lines
591 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= isl
PORTVERSION= 0.16.1
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:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
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>