- Add LICENSE

- Switch to options helpers
- Update WWW
- Unsilence installation commands
This commit is contained in:
Dmitry Marakasov 2018-04-27 09:33:50 +00:00
parent beeb841cdb
commit 62d4ec8296
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468411
2 changed files with 10 additions and 8 deletions

View file

@ -11,6 +11,8 @@ DISTFILES= nist_spblas_${DISTVERSION}.zip:1
MAINTAINER= ports@FreeBSD.org
COMMENT= NIST Sparse Basic Linear Algebra Subprograms (BLAS)
LICENSE= PD
USES= dos2unix uidfix zip
USE_GCC= yes
USE_LDCONFIG= yes
@ -63,14 +65,14 @@ post-extract:
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${HDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${HEADERS} ${STAGEDIR}${PREFIX}/${HDIR}
.if ${PORT_OPTIONS:MDOCS}
cd ${WRKSRC} && ${INSTALL_DATA} ${HEADERS} ${STAGEDIR}${PREFIX}/${HDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@cd ${WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.endif
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View file

@ -6,4 +6,4 @@ for complex arithmetic and templates to facilitate to creation of various
precision codes.) The library includes support for all four precision types
(single, double precision, real, and complex) and Level 1, 2, and 3 operations.
WWW: http://math.nist.gov/spblas/
WWW: https://math.nist.gov/spblas/