1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name xcolor |
---|
4 | version 2.09 |
---|
5 | platforms darwin |
---|
6 | categories tex textproc |
---|
7 | description LaTeX color extensions |
---|
8 | long_description xcolor is a LaTeX package that provides easy \ |
---|
9 | driver-independent access to several kinds of colors, tints, \ |
---|
10 | shades, tones, and mixes of arbitrary colors by means of \ |
---|
11 | color expressions |
---|
12 | homepage http://www.ukern.de/tex/xcolor.html |
---|
13 | depends_run port:teTeX |
---|
14 | distfiles xcolor209.zip |
---|
15 | master_sites http://www.ukern.de/tex/xcolor/ctan/ |
---|
16 | checksums md5 ed39b4c2178b5ccac236f41947b55c03 |
---|
17 | |
---|
18 | extract.pre_args |
---|
19 | extract.cmd unzip |
---|
20 | extract.post_args |
---|
21 | |
---|
22 | configure {} |
---|
23 | |
---|
24 | build {} |
---|
25 | |
---|
26 | set latex_local ${prefix}/share/texmf-local/tex/latex |
---|
27 | |
---|
28 | destroot { |
---|
29 | file mkdir ${destroot}${latex_local} |
---|
30 | file copy ${workpath}/${name} ${destroot}${latex_local} |
---|
31 | } |
---|
32 | |
---|
33 | post-activate { |
---|
34 | system "mktexlsr" |
---|
35 | } |
---|