4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
25 include ..
/..
/..
/make-rules
/shared-macros.mk
27 COMPONENT_NAME
= librvngabw
28 COMPONENT_VERSION
= 0.0.3
30 COMPONENT_FMRI
= library
/c
++/librvngabw
31 COMPONENT_CLASSIFICATION
=System
/Libraries
32 COMPONENT_PROJECT_URL
= https
://sourceforge.net
/projects
/librvngabw
/
33 COMPONENT_SUMMARY
= librvngabw
- AbiWord generator for librevenge
34 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
35 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
36 COMPONENT_ARCHIVE_HASH
= sha256
:c6fb7d0227327111cbb17fe0ab25fd8db04f7c063a9e6e03eef71d3ab7c8c1bc
37 COMPONENT_ARCHIVE_URL
= https
://sourceforge.net
/projects
/librvngabw
/files
/librvngabw-
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
38 COMPONENT_LICENSE
= LGPLv2
, MPLv2
40 TEST_TARGET
=$(NO_TESTS
)
41 include $(WS_MAKE_RULES
)/common.mk
43 # Fix threading detection issue with boost 1.64
46 CONFIGURE_OPTIONS
+= --enable-shared
47 CONFIGURE_OPTIONS
+= --disable-static
50 REQUIRED_PACKAGES
+= system
/library
/boost
52 # Auto-generated dependencies
53 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
54 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
55 REQUIRED_PACKAGES
+= library
/c
++/librevenge
56 REQUIRED_PACKAGES
+= system
/library
57 REQUIRED_PACKAGES
+= system
/library
/math