freebsd-ports/math/suitesparse-amd/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

24 lines
473 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 2.4.6
CATEGORIES= math
COMMENT= Symmetric approximate minimum degree
LICENSE= BSD3CLAUSE
USES= fortran localbase:ldflags
OMP_NEEDED= yes
MPORTNAME= AMD
ALL_TARGET+= fortran
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage:
${INSTALL_DATA} ${BUILD_WRKSRC}/Lib/libamdf77.a \
${STAGEDIR}${PREFIX}/lib/
.include <bsd.port.post.mk>