Tweak audio/festvox-ked8 version 1.4.0_1
[dports.git] / math / igraph / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       igraph
5 PORTVERSION=    0.7.1
6 CATEGORIES=     math
7 MASTER_SITES=   http://igraph.org/nightly/get/c/
8
9 MAINTAINER=     wen@FreeBSD.org
10 COMMENT=        Package For Manipulating Undirected And Directed Graphs
11
12 LICENSE=        GPLv2
13
14 LIB_DEPENDS=    libgmp.so:math/gmp
15
16 GNU_CONFIGURE=  yes
17 USES=           gmake libtool pathfix
18 USE_GNOME=      libxml2
19 CONFIGURE_ARGS+=        --enable-gmp
20 CFLAGS+=        -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22 CONFIGURE_ARGS+=        CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
23 USE_LDCONFIG=   yes
24
25 .include <bsd.port.pre.mk>
26
27 .if ${ARCH} == "sparc64"
28 BROKEN=         Does not compile on sparc64: uses i386 asm
29 .endif
30
31 .include <bsd.port.post.mk>