blob: 62af94ee1f31a15c713836507d402bea8cd02ffa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= ${SSPVERSION}
CATEGORIES= math
COMMENT= Common library for SuiteSparse
LICENSE= GPLv2+
OMP_NEEDED= yes
MPORTNAME= config
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md \
${STAGEDIR}${DOCSDIR}/SuiteSparse_README.md
.include <bsd.port.post.mk>
|