summaryrefslogtreecommitdiff
path: root/math/suitesparse-colamd/Makefile
blob: 4edc32470c9adc5f7faa87736a3086e69d473de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	3.3.4
CATEGORIES=	math

COMMENT=	Column approximate minimum degree ordering algorithm
WWW=		https://faculty.cse.tamu.edu/davis/suitesparse.html

LICENSE=	BSD3CLAUSE

USES=		localbase:ldflags

MPORTNAME=	COLAMD
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>