- Add LICENSE_FILE (and don't install license with docs)
- Use USES=tar:tgz instead of redefining EXTRACT_SUFX - Update WWW - Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
c302988efe
commit
965379e1ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518133
@ -4,14 +4,15 @@
|
||||
PORTNAME= LLnextgen
|
||||
PORTVERSION= 0.5.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://os.ghalkes.nl/LLnextgen/releases/
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= https://os.ghalkes.nl/LLnextgen/releases/
|
||||
|
||||
MAINTAINER= oleksii.tsai@gmail.com
|
||||
COMMENT= Extended LL(1) parser generator
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:tgz
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
@ -21,8 +22,10 @@ OPTIONS_DEFINE= DOCS
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/LLnextgen ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/LLnextgen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in README COPYING TODO Changelog doc/LLnextgen.pdf \
|
||||
.for f in README TODO Changelog doc/LLnextgen.pdf \
|
||||
doc/LLnextgen.ps.gz doc/calculator.g doc/threadsafe.g
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
@ -8,4 +8,4 @@ LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators
|
||||
by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with
|
||||
both static and dynamic conditions.
|
||||
|
||||
WWW: http://os.ghalkes.nl/LLnextgen/index.html
|
||||
WWW: https://os.ghalkes.nl/LLnextgen/index.html
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/LLnextgen
|
||||
man/man1/LLnextgen.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changelog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LLnextgen.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LLnextgen.ps.gz
|
||||
|
Loading…
Reference in New Issue
Block a user