blob: 5637f7da062eb6c214b239cf7c1ab36bf76efc0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 4.0.3
PORTREVISION= 1
CATEGORIES= math
COMMENT= Extended version of CSparse
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= LGPL21+
USES= localbase:ldflags
MPORTNAME= CXSparse
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>
|