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#
5680N/A
5680N/A#
5289N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5089N/A#
5680N/ABUILD_BITS= 64_and_32
5089N/Ainclude ../../../make-rules/shared-macros.mk
5089N/A
5089N/ACOMPONENT_NAME= libotr
5748N/ACOMPONENT_VERSION= 4.1.1
5089N/ACOMPONENT_PROJECT_URL= http://www.cypherpunks.ca/otr/
5089N/ACOMPONENT_ARCHIVE_HASH= \
5748N/A sha256:8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5
5089N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
5089N/ACOMPONENT_BUGDB= utility/pidgin
5089N/A
5748N/ATPNO= 27468
5089N/A
5545N/A# Pidgin is on the do-not-publish list (depends on S12-only changes in ON &
5545N/A# Desktop), so no point publishing this without that.
5545N/Aifeq ($(BUILD_TYPE), evaluation)
5545N/ABUILD_32_and_64=
5545N/AINSTALL_32_and_64=
5545N/APUBLISH_STAMP=
5545N/Aendif
5545N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5089N/A
5089N/ACFLAGS += -I $(SOURCE_DIR)/src
5089N/A
5089N/ACOMPONENT_PREP_ACTION = \
5089N/A (cd $(@D) ; \
5089N/A glib-gettextize -f ; \
5089N/A libtoolize --force ; \
5089N/A aclocal -I . ; \
5089N/A autoheader ; \
5089N/A automake -a -c -f ; \
5089N/A autoconf )
5089N/A
5089N/AREQUIRED_PACKAGES += system/library/security/libgcrypt