aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-ccolamd/Makefile
blob: 2fdb3d42052f1461d64ffce0c3606f1f9ec8d245 (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.3
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>