67c8a70753
0.0.6: - 12/17/2017: - all: retrieve formula and charts(as graphic) - .sdw: try to retrieve more attachments. 0.0.5: - 10/30/2017: - require C++11 for build. 0.0.4: - 07/15/2017: - correct many errors detected by fuzzing 0.0.3: - 02/20/2017: - tests if the file is created by StarImpress, if yes, converts it in a presentation file, - .sdw: try to retrieve more table's formattings and some outline levels, - graphics: try to retrieve more embedded pictures and the textbox rotations.
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/03/24 17:04:27 nia Exp $
|
|
|
|
DISTNAME= libstaroffice-0.0.6
|
|
CATEGORIES= converters
|
|
MASTER_SITES= https://dev-www.libreoffice.org/src/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://dev-www.libreoffice.org/src/
|
|
COMMENT= Library to import StarOffice documents
|
|
LICENSE= mpl-2.0 OR gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
# C++11
|
|
GCC_REQD+= 4.7
|
|
|
|
CONFIGURE_ARGS+= --without-docs
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
PKGCONFIG_OVERRIDE+= libstaroffice.pc.in
|
|
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|