mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e732d8b56f
- Switch to use xz - Grab.
25 lines
528 B
Makefile
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>
|