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