Ticket #26539: Portfile.2

File Portfile.2, 1.3 KB (added by reg-macports.org@…, 13 years ago)

new version

Line 
1# $Id: Portfile 60402 2009-11-11 03:07:12Z macsforever2000@macports.org $
2
3PortSystem 1.0
4
5name                    wml
6version                 2.0.11
7revision                1
8platforms               darwin
9categories              www lang
10maintainers             cfaerber.name:cfaerber \
11                        openmaintainer
12
13description             Website META Language
14long_description        WML is a free and extensible Webdesigner's \
15                        off-line HTML generation toolkit for Unix
16
17homepage                http://thewml.org/
18master_sites            http://thewml.org/distrib/ \
19                        ftp://thewml.org/distrib/
20
21checksums               md5 a26feebf4e59e9a6940f54c69dde05b5
22
23patch.args              -p1
24
25patchfiles              patch-configure.diff \
26                        patch-Makefile.in.diff \
27                        patch-wml_frontend-wml.src.diff \
28                        patch-no_eperl.diff \
29                        patch-no_gm4.diff \
30                        patch-no_tidy.diff \
31                        patch-no_txt2html.diff
32
33depends_run             port:p5-eperl \
34                        port:m4 \
35                        port:tidy
36
37depends_lib             port:gdbm \
38                        port:gettext \
39                        port:libiconv \
40                        port:p5-getopt-long \
41                        port:p5-bit-vector \
42                        port:p5-image-size \
43                        port:p5-io \
44                        port:p5-term-readkey
45
46depends_build           port:lynx
47
48configure.args          --with-perl=${prefix}/bin/perl \
49                        --without-modules \
50                        --with-openworld \
51                        --with-cc=${configure.cc}
52
53configure.env           CPATH=${prefix}/include
54
55build.args              CC=${configure.cc} CPP=${configure.cpp}
56
57destroot.destdir        prefix=${destroot}${prefix} \
58                        mandir=${destroot}${prefix}/share/man
59
60test.run                yes