Makefile revision 618
305N/A#
305N/A# CDDL HEADER START
305N/A#
305N/A# The contents of this file are subject to the terms of the
305N/A# Common Development and Distribution License (the "License").
305N/A# You may not use this file except in compliance with the License.
305N/A#
305N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
305N/A# or http://www.opensolaris.org/os/licensing.
305N/A# See the License for the specific language governing permissions
305N/A# and limitations under the License.
305N/A#
305N/A# When distributing Covered Code, include this CDDL HEADER in each
305N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305N/A# If applicable, add the following below this CDDL HEADER, with the
305N/A# fields enclosed by brackets "[]" replaced with your own identifying
305N/A# information: Portions Copyright [yyyy] [name of copyright owner]
305N/A#
305N/A# CDDL HEADER END
305N/A#
305N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
305N/A#
305N/Ainclude ../../make-rules/shared-macros.mk
305N/A
305N/ACOMPONENT_NAME= wireshark
305N/ACOMPONENT_VERSION= 1.4.10
305N/ACOMPONENT_PROJECT_URL= http://www.wireshark.org/
305N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
305N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
615N/ACOMPONENT_ARCHIVE_HASH= sha1:ae7c560cbb8f87d464ecf56ba4d72f1cd542f3a6
586N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
586N/A
305N/Ainclude ../../make-rules/prep.mk
615N/Ainclude ../../make-rules/configure.mk
305N/Ainclude ../../make-rules/ips.mk
305N/A
305N/APATCH_LEVEL=0
305N/A
305N/ACONFIGURE_OPTIONS += --bindir=/usr/sbin
305N/ACONFIGURE_OPTIONS += --disable-usr-local
305N/ACONFIGURE_OPTIONS += --disable-randpkt
305N/ACONFIGURE_OPTIONS += --disable-dftest
305N/ACONFIGURE_OPTIONS += --disable-idl2wrs
305N/ACONFIGURE_OPTIONS += --with-krb5
305N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
305N/ACONFIGURE_OPTIONS += PATH="/usr/perl5/bin:/usr/gnu/bin:$(PATH)"
305N/A
305N/Abuild: $(BUILD_32)
305N/A
305N/Ainstall: $(INSTALL_32)
305N/A
305N/Atest: $(NO_TESTS)
615N/A
305N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
305N/A
455N/Ainclude ../../make-rules/depend.mk
455N/A