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 cfaerber.name:cfaerber \ |
---|
11 | openmaintainer |
---|
12 | |
---|
13 | description Website META Language |
---|
14 | long_description WML is a free and extensible Webdesigner's \ |
---|
15 | off-line HTML generation toolkit for Unix |
---|
16 | |
---|
17 | homepage http://thewml.org/ |
---|
18 | master_sites http://thewml.org/distrib/ \ |
---|
19 | ftp://thewml.org/distrib/ |
---|
20 | |
---|
21 | checksums md5 a26feebf4e59e9a6940f54c69dde05b5 |
---|
22 | |
---|
23 | patch.args -p1 |
---|
24 | |
---|
25 | patchfiles 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 | |
---|
33 | depends_run port:p5-eperl \ |
---|
34 | port:m4 \ |
---|
35 | port:tidy |
---|
36 | |
---|
37 | depends_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 | |
---|
46 | depends_build port:lynx |
---|
47 | |
---|
48 | configure.args --with-perl=${prefix}/bin/perl \ |
---|
49 | --without-modules \ |
---|
50 | --with-openworld \ |
---|
51 | --with-cc=${configure.cc} |
---|
52 | |
---|
53 | configure.env CPATH=${prefix}/include |
---|
54 | |
---|
55 | build.args CC=${configure.cc} CPP=${configure.cpp} |
---|
56 | |
---|
57 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
58 | mandir=${destroot}${prefix}/share/man |
---|
59 | |
---|
60 | test.run yes |
---|