Ticket #8477: Portfile

File Portfile, 658 bytes (added by kai@…, 18 years ago)

Portfile for LaTeX Portable Graphics

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