math/igraph: Use upstream release archive
- Define LICENSE_FILE - Remove libtool dependency - Use DISTVERSION to follow Porters Handbook more closely PR: 262019 Reviewed by: wen (maintainer)
This commit is contained in:
parent
91f551c5b7
commit
1df2fd6a40
2 changed files with 8 additions and 7 deletions
|
@ -1,13 +1,15 @@
|
|||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
|
||||
PORTNAME= igraph
|
||||
PORTVERSION= 0.9.6
|
||||
DISTVERSION= 0.9.6
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Package For Manipulating Undirected And Directed Graphs
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
||||
libcxsparse.so:math/suitesparse-cxsparse \
|
||||
|
@ -15,8 +17,7 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
|||
libgmp.so:math/gmp \
|
||||
libopenblas.so:math/openblas
|
||||
|
||||
USES= bison cmake cpe gnome libtool pathfix
|
||||
USE_GITHUB= yes
|
||||
USES= bison cmake cpe gnome pathfix
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -25,7 +26,7 @@ CMAKE_ON= BUILD_SHARED_LIBS
|
|||
BINARY_ALIAS= git=false
|
||||
|
||||
pre-configure:
|
||||
@${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
|
||||
@${ECHO} ${DISTVERSION} > ${WRKSRC}/IGRAPH_VERSION
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300523) || \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1644973362
|
||||
SHA256 (igraph-igraph-0.9.6_GH0.tar.gz) = 940e24aeae3a0b2711c1a1ccad1fd541148e4bf4ad4080cc11b5495bffd7ccca
|
||||
SIZE (igraph-igraph-0.9.6_GH0.tar.gz) = 3098476
|
||||
TIMESTAMP = 1645110935
|
||||
SHA256 (igraph-0.9.6.tar.gz) = 7c299ec54eecfe413758c332a42c4cb71d02d2951b2ac232584d317c5792f387
|
||||
SIZE (igraph-0.9.6.tar.gz) = 3945276
|
||||
|
|
Loading…
Reference in a new issue