blob: 07edc0f81bd66720f7d8f5d8b96dabd28b19a340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: Makefile,v 1.27 2019/07/01 04:08:00 ryoon Exp $
DISTNAME= liborcus-0.14.1
PKGNAME= ${DISTNAME:S/liborcus/orcus/}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://kohei.us/files/orcus/src/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.com/orcus/orcus
COMMENT= Import filter library for spreadsheet documents (0.13 branch)
LICENSE= mpl-2.0
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
# python detection completely broken
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-werror
PKGCONFIG_OVERRIDE+= liborcus.pc.in
PKGCONFIG_OVERRIDE+= liborcus-spreadsheet-model.pc.in
PTHREAD_AUTO_VARS= yes
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/mdds/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../math/libixion/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|