mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
24 lines
548 B
Makefile
24 lines
548 B
Makefile
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Graph algorithms based on GraphBLAS
|
|
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libgraphblas.so:math/suitesparse-graphblas
|
|
|
|
USES= localbase:ldflags
|
|
|
|
MPORTNAME= LAGraph
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
|
|
post-stage-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \
|
|
${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md
|
|
|
|
.include <bsd.port.post.mk>
|