mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
38e42a5646
Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Permutation to block triangular form
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= localbase:ldflags
|
|
OMP_NEEDED= yes
|
|
|
|
MPORTNAME= BTF
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
.include <bsd.port.post.mk>
|