1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/igraph/Makefile
2021-04-06 16:31:07 +02:00

30 lines
656 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= igraph
PORTVERSION= 0.8.5
CATEGORIES= math
MAINTAINER= wen@FreeBSD.org
COMMENT= Package For Manipulating Undirected And Directed Graphs
LICENSE= GPLv2
BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_TLS_GD against 'igraph_i_interruption_handler'
BROKEN_sparc64= fails to compile: uses x86 asm
LIB_DEPENDS= libgmp.so:math/gmp
USES= autoreconf bison gmake gnome libtool pathfix
USE_GITHUB= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
pre-configure:
@${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
.include <bsd.port.mk>