30 lines
836 B
Makefile
30 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.22 2021/12/08 16:03:36 adam Exp $
|
|
|
|
DISTNAME= libqxp-0.0.2
|
|
PKGREVISION= 13
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/libqxp
|
|
COMMENT= Library that parses the file format of QuarkXPress documents
|
|
LICENSE= mpl-2.0 OR gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
CONFIGURE_ARGS+= --disable-tests
|
|
CONFIGURE_ARGS+= --without-docs
|
|
|
|
PKGCONFIG_OVERRIDE+= libqxp-0.0.pc
|
|
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|