38e42a5646
Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 2.2.6
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Read/write sparse matrices
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= localbase:ldflags
|
|
|
|
MPORTNAME= RBio
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
.include <bsd.port.post.mk>
|