mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
23 lines
467 B
Makefile
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>
|