Ticket #8476: Portfile

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

Portfile for xcolor-2.09

Line 
1# $Id: $
2PortSystem        1.0
3name              xcolor
4version           2.09
5platforms         darwin
6categories        tex textproc
7description       LaTeX color extensions
8long_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
12homepage          http://www.ukern.de/tex/xcolor.html
13depends_run       port:teTeX
14distfiles         xcolor209.zip
15master_sites      http://www.ukern.de/tex/xcolor/ctan/
16checksums         md5 ed39b4c2178b5ccac236f41947b55c03
17
18extract.pre_args   
19extract.cmd       unzip
20extract.post_args 
21
22configure {}
23
24build {}
25
26set latex_local ${prefix}/share/texmf-local/tex/latex
27
28destroot {
29  file mkdir ${destroot}${latex_local}
30  file copy  ${workpath}/${name} ${destroot}${latex_local}
31}
32
33post-activate {
34  system "mktexlsr"
35}