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