1 | # $Id: Portfile 11639 2006-03-24 02:40:57Z lefevre $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tetex-frogg |
---|
6 | version 0.4 |
---|
7 | categories print |
---|
8 | maintainers vincent-opdarw@vinc17.org |
---|
9 | |
---|
10 | description Little collection of French LaTeX/BiBTeX styles |
---|
11 | long_description Little collection of French LaTeX/BiBTeX styles: \ |
---|
12 | fr-plain.bst, frmath.sty, lettre.cls. |
---|
13 | |
---|
14 | distname ${name}_${version}.orig |
---|
15 | worksrcdir ${name}-${version} |
---|
16 | |
---|
17 | homepage http://packages.debian.org/unstable/tex/tetex-frogg |
---|
18 | |
---|
19 | master_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg |
---|
20 | checksums ${distname}${extract.suffix} md5 a0371304008212bb53589a7b9363dd35 \ |
---|
21 | ${name}_${version}-2.diff.gz md5 54320efadcf71296cec62f6a0b408103 |
---|
22 | |
---|
23 | patch_sites http://ftp.debian.org/debian/pool/main/t/tetex-frogg |
---|
24 | patchfiles ${name}_${version}-2.diff.gz |
---|
25 | patch.args -p1 |
---|
26 | |
---|
27 | use_configure no |
---|
28 | build {} |
---|
29 | |
---|
30 | destroot { |
---|
31 | file mkdir ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib |
---|
32 | file mkdir ${destroot}${prefix}/share/texmf-dist/tex/latex/misc |
---|
33 | xinstall -m 644 ${worksrcpath}/bst/fr-plain.bst ${destroot}${prefix}/share/texmf-dist/bibtex/bst/frbib/fr-plain.bst |
---|
34 | xinstall -m 644 ${worksrcpath}/sty/frmath.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/frmath.sty |
---|
35 | xinstall -m 644 ${worksrcpath}/lettre/inputs/default.ins ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/default.ins |
---|
36 | xinstall -m 644 ${worksrcpath}/lettre/inputs/lettre.cls_2.346 ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls_2.346 |
---|
37 | system "ln -s lettre.cls_2.346 ${destroot}${prefix}/share/texmf-dist/tex/latex/misc/lettre.cls" |
---|
38 | } |
---|
39 | |
---|
40 | post-activate { system "mktexlsr" } |
---|