mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
22 lines
512 B
Makefile
22 lines
512 B
Makefile
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 3.3.4
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Constrained column approximate minimum degree ordering
|
|
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= localbase:ldflags
|
|
|
|
MPORTNAME= CCOLAMD
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
|
|
post-stage-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt \
|
|
${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.txt
|
|
|
|
.include <bsd.port.post.mk>
|