2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright (c) 2013, Igor Kozhukhov <ikozhukhov@gmail.com>. All rights reserved.
15 include ..
/..
/make-rules
/shared-macros.mk
17 COMPONENT_NAME
= cppunit
18 COMPONENT_VERSION
= 1.13.2
19 COMPONENT_PROJECT_URL
= http
://www.freedesktop.org
/wiki
/Software
/cppunit
/
20 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
21 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
22 COMPONENT_ARCHIVE_HASH
= \
23 sha256
:3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
24 COMPONENT_ARCHIVE_URL
= http
://dev-www.libreoffice.org
/src
/$(COMPONENT_ARCHIVE
)
26 include ..
/..
/make-rules
/prep.mk
27 include ..
/..
/make-rules
/configure.mk
28 include ..
/..
/make-rules
/ips.mk
30 CONFIGURE_OPTIONS
+= --disable-static
31 CONFIGURE_OPTIONS
+= --disable-doxygen
32 CONFIGURE_OPTIONS
+= --enable-shared
35 build
: $(BUILD_32_and_64
)
37 install: $(INSTALL_32_and_64
)
39 test: $(TEST_32_and_64
)
41 BUILD_PKG_DEPENDENCIES
= $(BUILD_TOOLS
)
43 include ..
/..
/make-rules
/depend.mk