aboutsummaryrefslogtreecommitdiffstats
path: root/math/igraph/Makefile
blob: 10e43843f549dcaa179aa28622e0001824b4f5c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   igraph
PORTVERSION=    0.7.1
CATEGORIES= math
MASTER_SITES=   http://igraph.org/nightly/get/c/

MAINTAINER= wen@FreeBSD.org
COMMENT=    Package For Manipulating Undirected And Directed Graphs

LICENSE=    GPLv2

LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp

GNU_CONFIGURE=  yes
USES=       gmake libtool
USE_GNOME=  libxml2
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.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     Does not compile on sparc64: uses i386 asm
.endif

.include <bsd.port.post.mk>