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