32 lines
924 B
Makefile
32 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/04/30 01:21:30 ryoon Exp $
|
|
|
|
DISTNAME= liborcus-0.12.1
|
|
PKGNAME= ${DISTNAME:S/liborcus/orcus0.12/}
|
|
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.12 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/mdds1.2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../math/libixion/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|