Michal Nowak
2018-12-01 1316d268711c47dc42f75a2801ddc61a2943627e
commit | author | age
95622a 1 #
AP 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2016 Alexander Pyhalov
1316d2 14 # Copyright 2018 Michal Nowak
95622a 15 #
AP 16
17 include ../../../make-rules/shared-macros.mk
18
1316d2 19 COMPONENT_NAME=        gtkmm3
MN 20 COMPONENT_VERSION=    3.24.0
21 COMPONENT_SUMMARY=    gtkmm - C++ Wrapper for the Gtk+ Library
22 COMPONENT_SRC=        gtkmm-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
95622a 24 COMPONENT_ARCHIVE_HASH= \
1316d2 25   sha256:cf5fc92805e581c8303e08d54519457ba07f15b766e9b1edde4862993ac1aa43
95622a 26 COMPONENT_ARCHIVE_URL= \
1316d2 27   http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.24/$(COMPONENT_ARCHIVE)
MN 28 COMPONENT_PROJECT_URL=    http://www.gtkmm.org/
29 COMPONENT_FMRI=        library/desktop/c++/gtkmm3
30 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Libraries
31 COMPONENT_LICENSE=    LGPLv2.1
32 COMPONENT_LICENSE_FILE=    COPYING
95622a 33
AP 34 include $(WS_MAKE_RULES)/prep.mk
35 include $(WS_MAKE_RULES)/configure.mk
36 include $(WS_MAKE_RULES)/ips.mk
37
72483a 38 PATH=$(PATH.gnu)
AP 39
40 CXXFLAGS += -std=c++11
95622a 41
1316d2 42 build:        $(BUILD_32_and_64)
95622a 43
1316d2 44 install:    $(INSTALL_32_and_64)
95622a 45
1316d2 46 test:        $(TEST_32_and_64)
95622a 47
1316d2 48 # Auto-generated dependencies
MN 49 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
50 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
95622a 51 REQUIRED_PACKAGES += library/c++/glibmm
AP 52 REQUIRED_PACKAGES += library/c++/sigcpp
53 REQUIRED_PACKAGES += library/desktop/c++/atkmm
54 REQUIRED_PACKAGES += library/desktop/c++/cairomm
55 REQUIRED_PACKAGES += library/desktop/c++/pangomm
56 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
57 REQUIRED_PACKAGES += library/desktop/gtk3
58 REQUIRED_PACKAGES += library/glib2
59 REQUIRED_PACKAGES += system/library
60 REQUIRED_PACKAGES += system/library/math