You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.3 KiB
Tcl
41 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name libwps
|
|
version 0.4.14
|
|
revision 0
|
|
categories textproc
|
|
maintainers {devans @dbevans} openmaintainer
|
|
license LGPL-2
|
|
|
|
description C++ library for reading and parsing the Microsoft Works \
|
|
document format
|
|
long_description ${name} is a {*}${description}.
|
|
|
|
homepage http://libwps.sourceforge.net/
|
|
master_sites sourceforge:project/libwps/libwps/libwps-${version}
|
|
|
|
use_xz yes
|
|
|
|
checksums rmd160 7a7099a5dff6d5f710cc080280a4f207e001e1ea \
|
|
sha256 365b968e270e85a8469c6b160aa6af5619a4e6c995dbb04c1ecc1b4dd13e80de \
|
|
size 719016
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:librevenge
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
configure.args --disable-silent-rules \
|
|
--disable-werror \
|
|
--without-docs
|
|
|
|
variant docs description {Build API documentation} {
|
|
depends_build-append path:bin/doxygen:doxygen
|
|
configure.args-delete --without-docs
|
|
}
|
|
|
|
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
|