Ticket #22002: Portfile

File Portfile, 1.1 KB (added by mklein-de (Michael Klein), 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                poster
6version             20060221
7categories          print
8maintainers         nomaintainer
9description         Small PostScript utility to allow large poster printing
10
11long_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
15homepage            http://printing.kde.org/downloads
16platforms           darwin
17
18master_sites        ftp://ftp.kde.org/pub/kde/printing
19use_bzip2           yes
20dist_subdir         ${name}/${version}
21depends_build       port:autoconf port:automake
22
23patchfiles          automake.diff
24
25checksums           md5     04b421e2ce516a44b6c5a9a092dfa623 \
26                    sha1    cde5d3ba28d444e68cc30573eaa660ea8ef7f16b \
27                    rmd160  f5ba5a4ebeacd04051a682b9285c33f54e311da0
28
29post-patch {
30        system "cd ${worksrcpath} &&
31                touch AUTHORS NEWS &&
32                ${prefix}/bin/aclocal &&
33                ${prefix}/bin/automake --add-missing &&
34                ${prefix}/bin/autoconf"
35}