1PORTNAME= ${MPORTNAME:tl} 2PORTVERSION= 4.2.0 3CATEGORIES= math 4 5COMMENT= Concise Sparse Matrix package 6WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html 7 8LICENSE= lgpl2.1+ 9 10USES= localbase:ldflags 11 12MPORTNAME= CSparse 13USE_LDCONFIG= yes 14PLIST_FILES= # empty 15 16# For system-wide installation, the author recommends that you install 17# CXSparse instead. 18# The CSparse library is meant for personal experimentation. The 'make 19# install' in this Makefile only installs a static compiled library in 20# CSparse/Lib. It does not install it for system-wide usage. 21do-install: 22 ${DO_NADA} 23 24.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" 25.include <bsd.port.post.mk> 26