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 | platforms darwin |
---|
8 | categories www lang |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | description Website META Language |
---|
12 | long_description WML is a free and extensible Webdesigner's \ |
---|
13 | off-line HTML generation toolkit for Unix |
---|
14 | |
---|
15 | homepage http://thewml.org/ |
---|
16 | master_sites http://thewml.org/distrib/ \ |
---|
17 | ftp://thewml.org/distrib/ |
---|
18 | |
---|
19 | checksums md5 a26feebf4e59e9a6940f54c69dde05b5 |
---|
20 | |
---|
21 | patchfiles patch-configure \ |
---|
22 | patch-wml_backend-p3_eperl-configure \ |
---|
23 | patch-wml_frontend-wml.src |
---|
24 | |
---|
25 | depends_lib port:gdbm port:gettext port:libiconv \ |
---|
26 | port:p5-image-size port:p5-bit-vector |
---|
27 | depends_build port:lynx |
---|
28 | |
---|
29 | configure.args --with-perl=${prefix}/bin/perl --without-modules \ |
---|
30 | --with-cc=${configure.cc} |
---|
31 | configure.env CPATH=${prefix}/include |
---|
32 | |
---|
33 | build.args CC=${configure.cc} CPP=${configure.cpp} |
---|
34 | |
---|
35 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
36 | mandir=${destroot}${prefix}/share/man |
---|