mercurial: update to 4.5.3
[unleashed-userland.git] / components / cairomm / Makefile
blob06fd38d71b4df1a1f48eee8090a90f225648b1d3
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
5 # 1.0 of the CDDL.
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 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= cairomm
20 COMPONENT_VERSION= 1.11.2
21 COMPONENT_SUMMARY= cairomm - C++ Wrapper for the cairo Library
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:ccf677098c1e08e189add0bd146f78498109f202575491a82f1815b6bc28008d
26 COMPONENT_ARCHIVE_URL= \
27 http://cairographics.org/releases/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://cairographics.org/cairomm/
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin
36 CONFIGURE_OPTIONS += --sysconfdir=/etc
38 build: $(BUILD_32_and_64)
40 install: $(INSTALL_32_and_64)
42 test: $(NO_TESTS)