Makefile revision 228
224N/A#
224N/A# CDDL HEADER START
224N/A#
224N/A# The contents of this file are subject to the terms of the
224N/A# Common Development and Distribution License (the "License").
224N/A# You may not use this file except in compliance with the License.
224N/A#
224N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224N/A# or http://www.opensolaris.org/os/licensing.
224N/A# See the License for the specific language governing permissions
224N/A# and limitations under the License.
224N/A#
224N/A# When distributing Covered Code, include this CDDL HEADER in each
224N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
224N/A# If applicable, add the following below this CDDL HEADER, with the
224N/A# fields enclosed by brackets "[]" replaced with your own identifying
224N/A# information: Portions Copyright [yyyy] [name of copyright owner]
224N/A#
224N/A# CDDL HEADER END
224N/A#
5334N/A
224N/A#
224N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
224N/A#
224N/A
2716N/Ainclude ../../make-rules/shared-macros.mk
7074N/A
7074N/ACOMPONENT_NAME= mc
224N/ACOMPONENT_VERSION= 4.7.3
224N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
224N/ACOMPONENT_ARCHIVE_HASH= sha1:6e01af3dc886a491a5e7a78227d08f80ca2bc5c8
844N/ACOMPONENT_ARCHIVE_URL= http://www.midnight-commander.org/downloads/$(COMPONENT_ARCHIVE)
844N/A
2716N/Ainclude ../../make-rules/prep.mk
224N/Ainclude ../../make-rules/configure.mk
224N/Ainclude ../../make-rules/ips.mk
1273N/A
224N/A
5204N/ACONFIGURE_OPTIONS += --sysconfdir=/usr/share
3542N/ACONFIGURE_OPTIONS += --libexecdir=/usr/share
3996N/ACONFIGURE_OPTIONS += --with-samba
3996N/ACONFIGURE_OPTIONS += --with-x
3996N/ACONFIGURE_OPTIONS += --enable-charset
224N/ACONFIGURE_OPTIONS += --without-ext2undel
224N/ACONFIGURE_OPTIONS += --with-screen=slang
224N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
224N/A
5711N/A
224N/A# common targets
224N/Abuild: $(BUILD_32)
224N/A
224N/Ainstall: $(INSTALL_32)
224N/A
224N/Atest: $(NO_TESTS)
224N/A
224N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
224N/A
224N/Ainclude ../../make-rules/depend.mk
224N/A