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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libwps |
---|
7 | version 0.2.7 |
---|
8 | license LGPL-2 |
---|
9 | categories textproc |
---|
10 | maintainers openmaintainer |
---|
11 | platforms darwin |
---|
12 | homepage http://libwps.sourceforge.net/ |
---|
13 | master_sites sourceforge |
---|
14 | use_xz yes |
---|
15 | |
---|
16 | description \ |
---|
17 | Libwps is a C++ library for reading and parsing Microsoft Works document format. |
---|
18 | |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | checksums rmd160 1025c875035e446191e6e5b0200326bdf6902eb6 \ |
---|
22 | sha256 07b8e6ba6dd327996638cef886d3d510b1438ab0a374dfeeda168244f630b304 |
---|
23 | |
---|
24 | depends_build port:pkgconfig |
---|
25 | |
---|
26 | depends_lib port:libwpd |
---|
27 | |
---|
28 | configure.args --without-docs |
---|
29 | |
---|
30 | variant doxygen description {Build documentation with doxygen} { |
---|
31 | depends_build-append port:doxygen |
---|
32 | onfigure.args-delete --without-docs |
---|
33 | } |
---|
34 | |
---|
35 | livecheck.url http://sourceforge.net/projects/${name}/files/${name} |
---|
36 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|