mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
18 lines
370 B
Makefile
18 lines
370 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 2.9.6
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Column approximate minimum degree ordering algorithm
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= localbase:ldflags
|
|
OMP_NEEDED= yes
|
|
|
|
MPORTNAME= COLAMD
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
.include <bsd.port.post.mk>
|