5890N/A#
5890N/A# CDDL HEADER START
5890N/A#
5890N/A# The contents of this file are subject to the terms of the
5890N/A# Common Development and Distribution License (the "License").
5890N/A# You may not use this file except in compliance with the License.
5890N/A#
5890N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5890N/A# or http://www.opensolaris.org/os/licensing.
5890N/A# See the License for the specific language governing permissions
5890N/A# and limitations under the License.
5890N/A#
5890N/A# When distributing Covered Code, include this CDDL HEADER in each
5890N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5890N/A# If applicable, add the following below this CDDL HEADER, with the
5890N/A# fields enclosed by brackets "[]" replaced with your own identifying
5890N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5890N/A#
5890N/A# CDDL HEADER END
5890N/A#
5890N/A
5890N/A#
5890N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5890N/A#
5890N/A
5890N/ABUILD_BITS= NO_ARCH
5890N/Ainclude ../../../make-rules/shared-macros.mk
5890N/A
5890N/ACOMPONENT_NAME= intltool
5890N/ACOMPONENT_VERSION= 0.51.0
5890N/ACOMPONENT_PROJECT_URL= http://freedesktop.org/wiki/Software/intltool/
5890N/ACOMPONENT_ARCHIVE_HASH= \
5890N/A sha256:67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
5890N/ACOMPONENT_ARCHIVE_URL= https://launchpad.net/$(COMPONENT_NAME)/trunk/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
5890N/A
5890N/ATPNO= 25211
5890N/A
6490N/A# Forked from gnome/gettext, which was in Gnome in 11.3 => do-not-publish.
6490N/Aifeq ($(BUILD_TYPE), evaluation)
6490N/ABUILD_NO_ARCH=
6490N/AINSTALL_NO_ARCH=
6490N/APUBLISH_STAMP=
6490N/Aendif
6490N/A
5890N/Ainclude $(WS_MAKE_RULES)/common.mk
5890N/A
5890N/ACONFIGURE_ENV += PERL="$(PERL)"
5890N/APKG_MACROS += PERLVER="$(PERL_VERSION)"
5890N/A
5890N/APERL_XML_PARSER_PKG = $(PERL_VERSION:5.%=library/perl-5/xml-parser-5%)
5890N/A
5890N/AREQUIRED_PACKAGES += $(PERL_PKG)
5890N/AREQUIRED_PACKAGES += $(PERL_XML_PARSER_PKG)
5890N/AREQUIRED_PACKAGES += text/gnu-gettext
5890N/A