Commits
Frank Schima authored 9f662cad415
8 8 | platforms darwin |
9 9 | license GPL-2 |
10 10 | maintainers nomaintainer |
11 11 | |
12 12 | description Bibtex to HTML translator |
13 13 | long_description bibtex2html is a collection of tools for \ |
14 14 | translating from BibTeX to HTML. They allow to \ |
15 15 | produce, from a set of bibliography files in \ |
16 16 | BibTeX format, a bibliography in HTML format. |
17 17 | |
18 - | homepage http://www.lri.fr/~filliatr/bibtex2html/ |
18 + | homepage https://www.lri.fr/~filliatr/bibtex2html/ |
19 19 | master_sites http://www.lri.fr/~filliatr/ftp/bibtex2html |
20 20 | |
21 21 | checksums rmd160 f47dda14108c3f53bca64352bfb7455f1b79d964 \ |
22 22 | sha256 e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6 |
23 23 | |
24 24 | patchfiles patch-aux2bib.1.diff |
25 - | configure.args --mandir=${destroot}${prefix}/share/man |
26 25 | |
27 26 | installs_libs no |
28 27 | |
29 - | universal_variant no |
30 - | depends_build port:ocaml port:hevea bin:pdflatex:texlive-latex port:texlive-latex-extra port:texlive-fonts-recommended |
28 + | depends_build port:hevea \ |
29 + | port:ocaml \ |
30 + | bin:pdflatex:texlive-latex \ |
31 + | port:texlive-latex-extra \ |
32 + | port:texlive-fonts-recommended |
33 + | |
31 34 | depends_run bin:bibtex:texlive-basic |
32 35 | |
36 + | configure.args --mandir=${destroot}${prefix}/share/man |
37 + | |
33 38 | destroot.target install |
34 39 | destroot.destdir prefix=${destroot}${prefix} |
40 + | |
41 + | universal_variant no |