aboutsummaryrefslogtreecommitdiff
path: root/math/igraph/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:10:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:10:13 +0000
commit91b3e194c918a73942e51dd6e2ef64e27e882d7f (patch)
tree03cbb6c5a2cff3a23056b86af5fde69bf11060c3 /math/igraph/Makefile
parenta9f7cc550529e5a55d4e7b99fa49d19bfcae34bb (diff)
downloadports-91b3e194c918a73942e51dd6e2ef64e27e882d7f.tar.gz
ports-91b3e194c918a73942e51dd6e2ef64e27e882d7f.zip
math/igraph: Update 0.7.1 -> 0.8.2
PR: 248660 Approved by: wen (maintainer)
Notes
Notes: svn path=/head/; revision=545242
Diffstat (limited to 'math/igraph/Makefile')
-rw-r--r--math/igraph/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index 45b31d7b534f..7692426f2e3b 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= igraph
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.2
CATEGORIES= math
-MASTER_SITES= http://igraph.org/nightly/get/c/
MAINTAINER= wen@FreeBSD.org
COMMENT= Package For Manipulating Undirected And Directed Graphs
@@ -16,13 +15,16 @@ BROKEN_sparc64= fails to compile: uses x86 asm
LIB_DEPENDS= libgmp.so:math/gmp
-GNU_CONFIGURE= yes
-USES= gmake gnome libtool pathfix
+USES= autoreconf bison gmake gnome libtool pathfix
+USE_GITHUB= yes
USE_GNOME= libxml2
-CONFIGURE_ARGS+= --enable-gmp
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install-strip
+
+pre-configure:
+ @${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
+
.include <bsd.port.mk>