209N/A#
209N/A# CDDL HEADER START
209N/A#
209N/A# The contents of this file are subject to the terms of the
209N/A# Common Development and Distribution License (the "License").
209N/A# You may not use this file except in compliance with the License.
209N/A#
209N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
209N/A# or http://www.opensolaris.org/os/licensing.
209N/A# See the License for the specific language governing permissions
209N/A# and limitations under the License.
209N/A#
209N/A# When distributing Covered Code, include this CDDL HEADER in each
209N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
209N/A# If applicable, add the following below this CDDL HEADER, with the
209N/A# fields enclosed by brackets "[]" replaced with your own identifying
209N/A# information: Portions Copyright [yyyy] [name of copyright owner]
209N/A#
209N/A# CDDL HEADER END
209N/A#
209N/A
209N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
209N/A#
209N/A
209N/Ainclude ../../make-rules/shared-macros.mk
209N/A
209N/ACOMPONENT_NAME= libevent
611N/ACOMPONENT_VERSION= 1.4.14b
611N/AIPS_COMPONENT_VERSION= 1.4.14.2
618N/ACOMPONENT_PROJECT_URL= http://monkey.org/~provos/libevent/
611N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
209N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301
611N/ACOMPONENT_ARCHIVE_URL= http://cloud.github.com/downloads/libevent/libevent/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= library/libevent
209N/A
3661N/ATPNO= 5581
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3996N/Ainclude $(WS_MAKE_RULES)/lint-libraries.mk
209N/A
209N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
209N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
209N/A
209N/A#The original manpage is in a format that the Solaris man command does
209N/A#not understand. Hence it has been manually converted.
209N/A#
209N/A#List of files from the original package that are not being delivered
209N/A#
209N/A#/usr/bin/event_rpcgen.py
209N/A
209N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
611N/ACONFIGURE_OPTIONS += --disable-static
209N/A
209N/Abuild: $(BUILD_32_and_64)
209N/A
209N/Ainstall: $(INSTALL_32_and_64)
209N/A
209N/A# this isn't really true - there _are_ tests, but we can't run
209N/A# them because we delete things that the tests want (see above).
209N/Atest: $(NO_TESTS)
209N/A
209N/A
3996N/AREQUIRED_PACKAGES += system/library