# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2015 Alexander Pyhalov # Copyright 2019 Nona Hansel # BUILD_STYLE=configure BUILD_BITS=32_and_64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= pangox-compat COMPONENT_VERSION= 0.0.2 COMPONENT_REVISION= 2 COMPONENT_SUMMARY= Compatibility package for applications using pangox COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= \ sha256:552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 COMPONENT_ARCHIVE_URL= \ https://download.gnome.org/sources/$(COMPONENT_NAME)/0.0/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= http://www.gnome.org COMPONENT_FMRI= library/desktop/pangox-compat COMPONENT_CLASSIFICATION=Desktop (GNOME)/Libraries COMPONENT_LICENSE= LGPLv2 COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/common.mk PATH=$(PATH.gnu) CONFIGURE_OPTIONS.32 = -sysconfdir=/etc CONFIGURE_OPTIONS.64 = -sysconfdir=/etc/$(MACH64) CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS)) COMPONENT_BUILD_ENV += CC="$(CC)" COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)" # Auto-generated dependencies REQUIRED_PACKAGES += library/desktop/pango REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += x11/library/libx11