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