opnsense-ports/math/suitesparse-ccolamd/Makefile
Franco Fichtner ec4c9feafb math/suitesparse-ccolamd: sync with upstream
Taken from: HardenedBSD
2021-06-07 13:48:30 +02:00

18 lines
373 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 2.9.6
CATEGORIES= math
COMMENT= Constrained column approximate minimum degree ordering
LICENSE= BSD3CLAUSE
USES= localbase:ldflags
OMP_NEEDED= yes
MPORTNAME= CCOLAMD
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>