Ticket #22437: Portfile

File Portfile, 1.1 KB (added by mklein-de (Michael Klein), 14 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name              linuxdoc-tools
6version           0.9.65
7categories        textproc
8maintainers       nomaintainer
9description       convert LinuxDoc SGML source into other formats
10platforms         darwin
11homepage          http://packages.qa.debian.org/l/linuxdoc-tools.html
12
13long_description ${description}
14
15master_sites      http://ftp.debian.org/debian/pool/main/l/linuxdoc-tools
16
17patchfiles        patch-rtf2rtf.l.diff \
18                  patch-fmt_info.pl.diff
19
20distname          ${name}_${version}
21worksrcdir        ${name}-${version}
22
23checksums         md5     fecf6c3593e7c0961e0356e37e86208a \
24                  sha1    18c0b3b7c381fb1eaab81d73fa7a0b14fc614333 \
25                  rmd160  8396b86f9c14d71d6d2febb5a661c3499f33f3bf
26
27depends_build     bin:latex:texlive port:autoconf
28depends_lib       port:gawk port:opensp port:texinfo
29
30livecheck.type    regex
31livecheck.url     ${homepage}
32livecheck.regex   "<span id=\"latest_version\">(.*)</span>"
33
34post-patch {
35        # rebuild configure script to work around bogus INSTALL path in entity-map/Makefile
36        system "cd ${worksrcpath} && autoconf"
37}