mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Clarify LICENSE
- Add LICENSE_FILE - Strip binary
This commit is contained in:
parent
a07e1b792c
commit
cb7a40fcef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380664
1 changed files with 6 additions and 2 deletions
|
@ -3,14 +3,15 @@
|
||||||
|
|
||||||
PORTNAME= algae
|
PORTNAME= algae
|
||||||
PORTVERSION= 4.3.6
|
PORTVERSION= 4.3.6
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Programming language for numerical analysis
|
COMMENT= Programming language for numerical analysis
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BROKEN_ia64= does not compile
|
BROKEN_ia64= does not compile
|
||||||
BROKEN_powerpc= does not compile
|
BROKEN_powerpc= does not compile
|
||||||
|
@ -25,4 +26,7 @@ PLIST_SUB= ALGAE_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
INFO= ${PORTNAME}
|
INFO= ${PORTNAME}
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue