Ticket #26539: Portfile

File Portfile, 1.2 KB (added by reg-macports.org@…, 14 years ago)

updated Portfile

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             nomaintainer
11
12description             Website META Language
13long_description        WML is a free and extensible Webdesigner's \
14                        off-line HTML generation toolkit for Unix
15
16homepage                http://thewml.org/
17master_sites            http://thewml.org/distrib/ \
18                        ftp://thewml.org/distrib/
19
20checksums               md5 a26feebf4e59e9a6940f54c69dde05b5
21
22patch.args              -p1
23
24patchfiles              patch-configure \
25                        patch-no_eperl \
26                        patch-no_gm4 \
27                        patch-no_tidy \
28                        patch-no_txt2html
29
30depends_run             port:eperl \
31                        port:m4 \
32                        port:tidy
33
34depends_lib             port:gdbm \
35                        port:gettext \
36                        port:libiconv \
37                        port:p5-getopt-long \
38                        port:p5-bit-vector \
39                        port:p5-image-size \
40                        port:p5-io \
41                        port:p5-term-readkey
42
43depends_build           port:lynx
44
45configure.args          --with-perl=${prefix}/bin/perl \
46                        --without-modules \
47                        --with-openworld \
48                        --with-cc=${configure.cc}
49
50configure.env           CPATH=${prefix}/include
51
52build.args              CC=${configure.cc} CPP=${configure.cpp}
53
54destroot.destdir        prefix=${destroot}${prefix} \
55                        mandir=${destroot}${prefix}/share/man
56
57test.run                yes