1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/afay/pkg-plist
John Marino 7b75aba7f3 devel/afay: Fix for gcc49 and add EXAMPLES option
* Add a patch to make gcc49 building this port
* Add EXAMPLES option
* Fix DOCS option
* Simplify installation, respect 80 columns

This means only gnatdroid-arm* depends on gcc47-aux now.
Everything else can be built with gcc49
2014-03-14 10:43:09 +00:00

29 lines
1.1 KiB
Plaintext

bin/aflex
bin/ayacc
man/man1/aflex.1.gz
man/man1/ayacc.1.gz
%%PORTDOCS%%%%DOCSDIR%%/READ_ME.aflex
%%PORTDOCS%%%%DOCSDIR%%/READ_ME.ayacc
%%PORTDOCS%%%%DOCSDIR%%/aflex.html
%%PORTDOCS%%%%DOCSDIR%%/aflex_user_man.bib
%%PORTDOCS%%%%DOCSDIR%%/aflex_user_man.tex
%%PORTDOCS%%%%DOCSDIR%%/ayacc.html
%%PORTDOCS%%%%DOCSDIR%%/ayacc_user_man.tex
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ada_parser/COMPILE
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ada_parser/READ.ME
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ada_parser/ada.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ada_parser/ada_lex.l
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ada_parser/driver.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/COMPILE
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/READ.ME
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/calc.input
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/calc_lex.l
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/driver.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.l
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test95.l
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ada_parser
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/calc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%