Ticket #35921: Portfile

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