# New ports collection makefile for:	igarph
# Date created:				07 July 2008
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/math/igraph/Makefile,v 1.2 2008/08/18 21:51:10 miwi Exp $
#

PORTNAME=	igraph
PORTVERSION=	0.5.1
CATEGORIES=	math
MASTER_SITES=	http://cneurocvs.rmki.kfki.hu/igraph/download/

MAINTAINER=	wenheping@gmail.com
COMMENT=	Package For Manipulating Undirected And Directed Graphs

LIB_DEPENDS=	gmp.7:${PORTSDIR}/math/libgmp4

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS+=	--enable-gmp
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>
