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 2017 Alexander Pyhalov
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
18 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= devhelp
21 COMPONENT_MJR_VERSION
= 43
22 COMPONENT_MNR_VERSION
= 0
23 COMPONENT_VERSION
= $(COMPONENT_MJR_VERSION
).
$(COMPONENT_MNR_VERSION
)
24 COMPONENT_SUMMARY
= API documentation browser for GNOME
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
27 COMPONENT_ARCHIVE_HASH
= sha256
:63ceeefd05392e02044881ef1ecd724293553da5735b7efc082b2d13fe85dd04
28 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/devhelp
/$(COMPONENT_MJR_VERSION
)/$(COMPONENT_ARCHIVE
)
29 COMPONENT_PROJECT_URL
= https
://wiki.gnome.org
/Apps
/Devhelp
30 COMPONENT_FMRI
= developer
/gnome
/$(COMPONENT_NAME
)
31 COMPONENT_CLASSIFICATION
= Development
/GNOME and GTK
+
32 COMPONENT_LICENSE
= GPLv3
+,CC BY-SA
4.0
34 include $(WS_MAKE_RULES
)/common.mk
37 CC_PIC_MODE
= $(CC_PIC_DISABLE
)
38 LD_Z_PIE_MODE
= $(LD_Z_PIE_DISABLE
)
40 # need to use gnu-gettext
41 CONFIGURE_ENV
+= PATH
=$(PATH.gnu
)
42 COMPONENT_INSTALL_ENV
+= PATH
=$(PATH.gnu
)
43 COMPONENT_BUILD_ENV
+= PATH
=$(PATH.gnu
)
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
47 REQUIRED_PACKAGES
+= library
/desktop
/pango
48 REQUIRED_PACKAGES
+= library
/desktop
/webkitgtk2
49 REQUIRED_PACKAGES
+= library
/glib2
50 REQUIRED_PACKAGES
+= system
/library