diff --git a/math/suitesparse-config/Makefile b/math/suitesparse-config/Makefile new file mode 100644 index 000000000000..ef426c7cf8ae --- /dev/null +++ b/math/suitesparse-config/Makefile @@ -0,0 +1,23 @@ +# Created by: Thierry Thomas () + +PORTNAME= config +PORTVERSION= ${SSPVERSION} +CATEGORIES= math + +COMMENT= Common library for SuiteSparse + +LICENSE= GPLv2+ + +OMP_NEEDED= yes + +BUILD_WRKSRC= ${WRKSRC}/SuiteSparse_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 diff --git a/math/suitesparse-config/pkg-descr b/math/suitesparse-config/pkg-descr new file mode 100644 index 000000000000..ae428201e99b --- /dev/null +++ b/math/suitesparse-config/pkg-descr @@ -0,0 +1,4 @@ +This port (previously UFconfig) installs a common library used by many modules +of SuiteSparse. + +WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist new file mode 100644 index 000000000000..27c7f376fd79 --- /dev/null +++ b/math/suitesparse-config/pkg-plist @@ -0,0 +1,6 @@ +include/suitesparse/SuiteSparse_config.h +lib/libsuitesparseconfig.so +lib/libsuitesparseconfig.so.5 +lib/libsuitesparseconfig.so.5.10.0 +%%PORTDOCS%%%%DOCSDIR%%/SUITESPARSECONFIG_README.txt +%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md