freebsd-ports/math/libxlsxwriter/Makefile
Baptiste Daroussin f2d7025800 libxlsxwriter is a C library that can be used to write text, numbers, formulas
and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports
features such as:

* 100% compatible Excel XLSX files.
* Full Excel formatting.
* Merged cells.
* Defined names.
* Autofilters.
* Charts.
* Worksheet PNG/JPEG images.
* Memory optimization mode for writing large files.
* Source code available on GitHub.
* FreeBSD License.
* ANSI C.
* Compiles for 32 and 64 bit.
* The only dependency is on zlib.

WWW: http://libxlsxwriter.github.io/
2017-04-20 09:16:41 +00:00

23 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= libxlsxwriter
PORTVERSION= 0.6.9
DISTVERSIONPREFIX= RELEASE_
CATEGORIES= math devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= C library for creating Excel XLSX files
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= jmcnamara
USE_LDCONFIG= yes
USES= gmake
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxlsxwriter.so.0
${LN} -s libxlsxwriter.so.0 ${STAGEDIR}${PREFIX}/lib/libxlsxwriter.so
.include <bsd.port.mk>