Ticket #35951: Portfile

File Portfile, 1.1 KB (added by yue.liu@…, 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                libwps
7version             0.2.7
8license             LGPL-2
9categories          textproc
10maintainers         openmaintainer
11platforms           darwin
12homepage            http://libwps.sourceforge.net/
13master_sites        sourceforge
14use_xz              yes
15
16description \
17    Libwps is a C++ library for reading and parsing Microsoft Works document format.
18
19long_description    ${description}
20
21checksums           rmd160  1025c875035e446191e6e5b0200326bdf6902eb6 \
22                    sha256  07b8e6ba6dd327996638cef886d3d510b1438ab0a374dfeeda168244f630b304
23
24depends_build       port:pkgconfig
25
26depends_lib         port:libwpd
27
28configure.args  --without-docs
29
30variant doxygen description {Build documentation with doxygen} {
31    depends_build-append    port:doxygen
32    onfigure.args-delete   --without-docs
33}
34
35livecheck.url       http://sourceforge.net/projects/${name}/files/${name}
36livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}