Makefile revision 5233
202N/A#
202N/A# CDDL HEADER START
202N/A#
202N/A# The contents of this file are subject to the terms of the
202N/A# Common Development and Distribution License (the "License").
202N/A# You may not use this file except in compliance with the License.
202N/A#
202N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
202N/A# or http://www.opensolaris.org/os/licensing.
202N/A# See the License for the specific language governing permissions
202N/A# and limitations under the License.
202N/A#
202N/A# When distributing Covered Code, include this CDDL HEADER in each
202N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
202N/A# If applicable, add the following below this CDDL HEADER, with the
202N/A# fields enclosed by brackets "[]" replaced with your own identifying
202N/A# information: Portions Copyright [yyyy] [name of copyright owner]
202N/A#
202N/A# CDDL HEADER END
202N/A#
1401N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
202N/A#
202N/A
202N/Ainclude ../../../make-rules/shared-macros.mk
394N/A
921N/ACOMPONENT_NAME= gtkspell
202N/ACOMPONENT_VERSION= 2.0.16
1127N/ACOMPONENT_PROJECT_URL= http://gtkspell.sourceforge.net/
202N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
202N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
202N/ACOMPONENT_ARCHIVE_HASH= \
271N/A sha256:8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02
202N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
202N/ACOMPONENT_BUGDB= library/gtkspell
202N/A
483N/ATPNO= 11953
483N/A
483N/Ainclude $(WS_MAKE_RULES)/prep.mk
483N/Ainclude $(WS_MAKE_RULES)/configure.mk
202N/Ainclude $(WS_MAKE_RULES)/ips.mk
202N/A
202N/A# Needed to pick up the GNU version of xgettext.
1421N/APATH = /usr/gnu/bin:/usr/bin
202N/A
1190N/ACOMPONENT_PREP_ACTION = \
1190N/A (cd $(@D) ; \
1190N/A libtoolize --force --copy ; \
202N/A aclocal -I . ; \
202N/A libtoolize --force ; \
202N/A autoheader ; \
202N/A automake -a -c -f ; \
202N/A autoconf )
202N/A
202N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1421N/A
202N/AASLR_MODE = $(ASLR_ENABLE)
202N/A
202N/Aconfigure: $(CONFIGURE_32_and_64)
202N/A
202N/Abuild: $(BUILD_32_and_64)
202N/A
202N/Ainstall: $(INSTALL_32_and_64)
483N/A
202N/Atest: $(NO_TESTS)
202N/A
202N/Asystem-test: $(NO_TESTS)
202N/A
202N/AREQUIRED_PACKAGES += library/desktop/gtk2
202N/AREQUIRED_PACKAGES += library/glib2
202N/AREQUIRED_PACKAGES += library/spell-checking/enchant
202N/AREQUIRED_PACKAGES += system/library
1401N/A