Ticket #28750: Portfile

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