ntbtls: add version 0.1.2
[unleashed-userland.git] / components / pixman / Makefile
blob3a3410f6aa78d83b14081cf3e3ec9f4b0dd13a83
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= pixman
18 COMPONENT_VERSION= 0.34.0
19 COMPONENT_PROJECT_URL= http://www.pixman.org/
20 COMPONENT_SUMMARY= Pixman: The pixel-manipulation library for X and Cairo
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e
25 COMPONENT_ARCHIVE_URL= http://cairographics.org/releases/$(COMPONENT_ARCHIVE)
26 COMPONENT_CLASSIFICATION= System/Libraries
27 COMPONENT_FMRI= library/graphics/pixman
28 COMPONENT_LICENSE_FILE= COPYING
29 COMPONENT_LICENSE= MIT
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 CONFIGURE_OPTIONS += --disable-gtk
39 # common targets
40 build: $(BUILD_32_and_64)
42 install: $(INSTALL_32_and_64)
44 test: $(NO_TESTS)
46 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
48 include $(WS_TOP)/make-rules/depend.mk