mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Add LICENSE
PR: 228743 Submitted by: amdmi3
This commit is contained in:
parent
8e8b7e2d02
commit
952922b3fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471800
@ -16,6 +16,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Lossless compression library for scientific data
|
||||
|
||||
LICENSE= SZIP
|
||||
LICENSE_NAME= SZIP License
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
|
||||
|
||||
CONFLICTS_INSTALL= libaec
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
@ -30,7 +35,7 @@ USES= libtool
|
||||
PORTDOCS= Release_notes_2_0.pdf
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user