1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name poster |
---|
6 | version 20060221 |
---|
7 | categories print |
---|
8 | maintainers nomaintainer |
---|
9 | description Small PostScript utility to allow large poster printing |
---|
10 | |
---|
11 | long_description This is a small PostScript utility to allow large poster \ |
---|
12 | printing (e.g. A1) by splitting it into pieces that can \ |
---|
13 | be printed on small paper sheets (e.g. A4). |
---|
14 | |
---|
15 | homepage http://printing.kde.org/downloads |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | master_sites ftp://ftp.kde.org/pub/kde/printing |
---|
19 | use_bzip2 yes |
---|
20 | dist_subdir ${name}/${version} |
---|
21 | depends_build port:autoconf port:automake |
---|
22 | |
---|
23 | patchfiles automake.diff |
---|
24 | |
---|
25 | checksums md5 04b421e2ce516a44b6c5a9a092dfa623 \ |
---|
26 | sha1 cde5d3ba28d444e68cc30573eaa660ea8ef7f16b \ |
---|
27 | rmd160 f5ba5a4ebeacd04051a682b9285c33f54e311da0 |
---|
28 | |
---|
29 | post-patch { |
---|
30 | system "cd ${worksrcpath} && |
---|
31 | touch AUTHORS NEWS && |
---|
32 | ${prefix}/bin/aclocal && |
---|
33 | ${prefix}/bin/automake --add-missing && |
---|
34 | ${prefix}/bin/autoconf" |
---|
35 | } |
---|