1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name pgf |
---|
4 | version 1.01 |
---|
5 | platforms darwin |
---|
6 | categories tex textproc |
---|
7 | description LaTeX Portable Graphic Format |
---|
8 | long_description LaTeX Portable Graphic Format |
---|
9 | homepage http://latex-beamer.sourceforge.net/ |
---|
10 | depends_run port:teTeX:xcolor |
---|
11 | master_sites sourceforge:latex-beamer |
---|
12 | checksums md5 0e9261dce4aa0f4ffef34fad75ae4e32 |
---|
13 | |
---|
14 | configure {} |
---|
15 | |
---|
16 | build {} |
---|
17 | |
---|
18 | set latex_local ${prefix}/share/texmf-local/tex/latex |
---|
19 | |
---|
20 | destroot { |
---|
21 | file mkdir ${destroot}${latex_local} |
---|
22 | file copy ${workpath}/${name}-${version} ${destroot}${latex_local} |
---|
23 | } |
---|
24 | |
---|
25 | post-activate { |
---|
26 | system "mktexlsr" |
---|
27 | } |
---|