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 libvisio |
---|
7 | version 0.0.19 |
---|
8 | license LGPL-2 |
---|
9 | categories graphics |
---|
10 | maintainers nomaintainer@macports.org |
---|
11 | platforms darwin |
---|
12 | homepage http://www.freedesktop.org/wiki/Software/libvisio |
---|
13 | master_sites http://dev-www.libreoffice.org/src/ |
---|
14 | |
---|
15 | description \ |
---|
16 | Libvisio is a C++ library for reading and parsing drawings in VSD (Visio) format. |
---|
17 | |
---|
18 | long_description \ |
---|
19 | ${description} VSD is the format used by Visio. |
---|
20 | |
---|
21 | checksums sha256 e3b6c2db7ff51d88a36d7ce9b5823cd7df9f599db6e2bf3db8177005dc4d367d \ |
---|
22 | rmd160 211b773c997bb9d4ec42da3bd8bdaaa9a17f67ef |
---|
23 | |
---|
24 | depends_build \ |
---|
25 | port:pkgconfig |
---|
26 | |
---|
27 | depends_lib \ |
---|
28 | port:libwpg \ |
---|
29 | port:boost |
---|
30 | |
---|
31 | livecheck.type none |
---|
32 | |
---|
33 | configure.args \ |
---|
34 | --disable-werror |
---|