1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name latex-beamer |
---|
4 | version 3.06 |
---|
5 | platforms darwin |
---|
6 | categories tex textproc |
---|
7 | description the LaTeX beamer class |
---|
8 | long_description The beamer class is a LaTeX class for creating \ |
---|
9 | presentations using a video projector. It offers incremental \ |
---|
10 | display, prearranged themes, automatic table of contents, \ |
---|
11 | navigation bars, bibliographies, and other features. |
---|
12 | homepage http://latex-beamer.sourceforge.net/ |
---|
13 | depends_run port:teTeX:pgf |
---|
14 | master_sites sourceforge |
---|
15 | checksums md5 ab7eeb972d75e758117460aabdddb1e6 |
---|
16 | |
---|
17 | configure {} |
---|
18 | |
---|
19 | build {} |
---|
20 | |
---|
21 | set latex_local ${prefix}/share/texmf-local/tex/latex |
---|
22 | |
---|
23 | destroot { |
---|
24 | file mkdir ${destroot}${latex_local} |
---|
25 | file copy ${workpath}/${name}-${version} ${destroot}${latex_local} |
---|
26 | } |
---|
27 | |
---|
28 | post-activate { |
---|
29 | system "mktexlsr" |
---|
30 | } |
---|