mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.5 KiB
Tcl
39 lines
1.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup jmcnamara libxlsxwriter 1.2.3 v
|
|
revision 0
|
|
|
|
categories textproc devel
|
|
license FreeBSD
|
|
maintainers nomaintainer
|
|
description Library for creating Excel XLSX files
|
|
long_description ${name} is a C library that can be used to write text, \
|
|
numbers, formulas and hyperlinks to multiple worksheets \
|
|
in an Excel 2007+ XLSX file.
|
|
homepage https://libxlsxwriter.github.io
|
|
checksums rmd160 b2a51d60f748bf6aed143a109afd6d83fb27b3e1 \
|
|
sha256 63f070c19c97ce4d5dfcbc1fa8cc5237d4c9decf39341a31188dbdceef93b542 \
|
|
size 21908738
|
|
github.tarball_from archive
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:minizip \
|
|
port:zlib
|
|
|
|
configure.args-append \
|
|
-DBUILD_EXAMPLES=OFF \
|
|
-DBUILD_SHARED_LIBS=ON \
|
|
-DBUILD_TESTS=OFF \
|
|
-DIOAPI_NO_64=OFF \
|
|
-DUSE_DTOA_LIBRARY=OFF \
|
|
-DUSE_NO_MD5=OFF \
|
|
-DUSE_OPENSSL_MD5=OFF \
|
|
-DUSE_SYSTEM_MINIZIP=ON \
|
|
-DZLIB_ROOT=${prefix}
|