-
Notifications
You must be signed in to change notification settings - Fork 160
/
Makefile
32 lines (26 loc) · 918 Bytes
/
Makefile
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.28 2019/08/22 12:22:56 ryoon Exp $
DISTNAME= liborcus-0.14.1
PKGNAME= ${DISTNAME:S/liborcus/orcus/}
PKGREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://kohei.us/files/orcus/src/
EXTRACT_SUFX= .tar.xz
MAINTAINER= [email protected]
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"