- Clarify LICENSE

- Add LICENSE_FILE
- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-03-07 03:19:18 +00:00
parent a07e1b792c
commit cb7a40fcef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380664

View file

@ -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>