1 | # $Id: Portfile 60402 2009-11-11 03:07:12Z macsforever2000@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name wml |
---|
6 | version 2.0.11 |
---|
7 | revision 1 |
---|
8 | platforms darwin |
---|
9 | categories www lang |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Website META Language |
---|
13 | long_description WML is a free and extensible Webdesigner's \ |
---|
14 | off-line HTML generation toolkit for Unix |
---|
15 | |
---|
16 | homepage http://thewml.org/ |
---|
17 | master_sites http://thewml.org/distrib/ \ |
---|
18 | ftp://thewml.org/distrib/ |
---|
19 | |
---|
20 | checksums md5 a26feebf4e59e9a6940f54c69dde05b5 |
---|
21 | |
---|
22 | patch.args -p1 |
---|
23 | |
---|
24 | patchfiles patch-configure \ |
---|
25 | patch-no_eperl \ |
---|
26 | patch-no_gm4 \ |
---|
27 | patch-no_tidy \ |
---|
28 | patch-no_txt2html |
---|
29 | |
---|
30 | depends_run port:eperl \ |
---|
31 | port:m4 \ |
---|
32 | port:tidy |
---|
33 | |
---|
34 | depends_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 | |
---|
43 | depends_build port:lynx |
---|
44 | |
---|
45 | configure.args --with-perl=${prefix}/bin/perl \ |
---|
46 | --without-modules \ |
---|
47 | --with-openworld \ |
---|
48 | --with-cc=${configure.cc} |
---|
49 | |
---|
50 | configure.env CPATH=${prefix}/include |
---|
51 | |
---|
52 | build.args CC=${configure.cc} CPP=${configure.cpp} |
---|
53 | |
---|
54 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
55 | mandir=${destroot}${prefix}/share/man |
---|
56 | |
---|
57 | test.run yes |
---|