Makefile revision 5089
5089N/A#
5089N/A# CDDL HEADER START
5089N/A#
5089N/A# The contents of this file are subject to the terms of the
5089N/A# Common Development and Distribution License (the "License").
5089N/A# You may not use this file except in compliance with the License.
5089N/A#
5089N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5089N/A# or http://www.opensolaris.org/os/licensing.
5089N/A# See the License for the specific language governing permissions
5089N/A# and limitations under the License.
5089N/A#
5089N/A# When distributing Covered Code, include this CDDL HEADER in each
5089N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5089N/A# If applicable, add the following below this CDDL HEADER, with the
5089N/A# fields enclosed by brackets "[]" replaced with your own identifying
5089N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5089N/A#
5089N/A# CDDL HEADER END
5089N/A#
5089N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5089N/A#
5089N/A
5089N/Ainclude ../../../make-rules/shared-macros.mk
5089N/A
5089N/ACOMPONENT_NAME= pidgin-otr
5089N/ACOMPONENT_VERSION= 4.0.1
5089N/ACOMPONENT_PROJECT_URL= http://www.cypherpunks.ca/otr/
5089N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5089N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5089N/ACOMPONENT_ARCHIVE_HASH= \
5089N/A sha256:1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a
5089N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
5089N/ACOMPONENT_BUGDB= utility/pidgin
5089N/A
5089N/ATPNO= 21689
5089N/A
5089N/Ainclude $(WS_MAKE_RULES)/prep.mk
5089N/Ainclude $(WS_MAKE_RULES)/configure.mk
5089N/Ainclude $(WS_MAKE_RULES)/ips.mk
5089N/A
5089N/A# Need to pick up the GNU version of xgettext.
5089N/APATH=/usr/gnu/bin:/usr/bin
5089N/A
5089N/ACFLAGS += -DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
5089N/A
5089N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
5089N/A
5089N/AASLR_MODE = $(ASLR_ENABLE)
5089N/A
5089N/Aconfigure: $(CONFIGURE_32)
5089N/A
5089N/Abuild: $(BUILD_32)
5089N/A
5089N/Ainstall: $(INSTALL_32)
5089N/A
5089N/Atest: $(NO_TESTS)
5089N/A
5089N/Asystem-test: $(NO_TESTS)
5089N/A
5089N/AREQUIRED_PACKAGES += communication/im/pidgin
5089N/AREQUIRED_PACKAGES += system/library
5089N/AREQUIRED_PACKAGES += system/library/security/libgcrypt