mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
- Add LICENSE
- Switch to options helpers - Update WWW - Unsilence installation commands
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue