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