ports/math/suitesparse-config/Makefile
Thierry Thomas 38e42a5646 math/suitesparse*: force PORTNAME in lowercase
Force PORTNAME in lowercase, even if upstream uses uppercases.

Requested by:	sunpoet@ and danfe@
2021-06-06 22:18:37 +02:00

23 lines
467 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= ${SSPVERSION}
CATEGORIES= math
COMMENT= Common library for SuiteSparse
LICENSE= GPLv2+
OMP_NEEDED= yes
MPORTNAME= config
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md \
${STAGEDIR}${DOCSDIR}/SuiteSparse_README.md
.include <bsd.port.post.mk>