5233N/A#
5233N/A# CDDL HEADER START
5233N/A#
5233N/A# The contents of this file are subject to the terms of the
5233N/A# Common Development and Distribution License (the "License").
5233N/A# You may not use this file except in compliance with the License.
5233N/A#
5233N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5233N/A# or http://www.opensolaris.org/os/licensing.
5233N/A# See the License for the specific language governing permissions
5233N/A# and limitations under the License.
5233N/A#
5233N/A# When distributing Covered Code, include this CDDL HEADER in each
5233N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5233N/A# If applicable, add the following below this CDDL HEADER, with the
5233N/A# fields enclosed by brackets "[]" replaced with your own identifying
5233N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5233N/A#
5233N/A# CDDL HEADER END
5233N/A#
5680N/A
5680N/A#
5526N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5233N/A#
5680N/ABUILD_BITS= 64_and_32
5233N/Ainclude ../../../make-rules/shared-macros.mk
5233N/A
5233N/ACOMPONENT_NAME= gtkspell
5233N/ACOMPONENT_VERSION= 2.0.16
5233N/ACOMPONENT_PROJECT_URL= http://gtkspell.sourceforge.net/
5233N/ACOMPONENT_ARCHIVE_HASH= \
5233N/A sha256:8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02
5233N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
5233N/ACOMPONENT_BUGDB= library/gtkspell
5233N/A
5233N/ATPNO= 11953
5233N/A
5526N/A# Was not version-lock'd in Desktop, so cannot be upgraded to.
5526N/Aifeq ($(BUILD_TYPE), evaluation)
5526N/ABUILD_32_and_64=
5526N/AINSTALL_32_and_64=
5526N/APUBLISH_STAMP=
5526N/Aendif
5526N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5233N/A
5233N/A# Needed to pick up the GNU version of xgettext.
5680N/APATH = $(GNUBIN):$(USRBINDIR)
5233N/A
5233N/ACOMPONENT_PREP_ACTION = \
5233N/A (cd $(@D) ; \
5233N/A libtoolize --force --copy ; \
5233N/A aclocal -I . ; \
5233N/A libtoolize --force ; \
5233N/A autoheader ; \
5233N/A automake -a -c -f ; \
5233N/A autoconf )
5233N/A
6034N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
5233N/AREQUIRED_PACKAGES += library/desktop/gtk2
5233N/AREQUIRED_PACKAGES += library/glib2
5795N/AREQUIRED_PACKAGES += library/perl-5/xml-parser
5233N/AREQUIRED_PACKAGES += library/spell-checking/enchant