Makefile revision 5073
2551N/A
2551N/A# CDDL HEADER START
2551N/A#
2551N/A# The contents of this file are subject to the terms of the
2551N/A# Common Development and Distribution License (the "License").
2551N/A# You may not use this file except in compliance with the License.
2551N/A#
2551N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2551N/A# or http://www.opensolaris.org/os/licensing.
2551N/A# See the License for the specific language governing permissions
2551N/A# and limitations under the License.
2551N/A#
2551N/A# When distributing Covered Code, include this CDDL HEADER in each
2551N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2551N/A# If applicable, add the following below this CDDL HEADER, with the
2551N/A# fields enclosed by brackets "[]" replaced with your own identifying
2551N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2551N/A#
2551N/A# CDDL HEADER END
2551N/A#
2551N/A
2551N/A#
2551N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2551N/A#
2551N/A
2551N/Ainclude ../../make-rules/shared-macros.mk
2551N/A
2551N/ACOMPONENT_NAME= ncftp
2551N/ACOMPONENT_VERSION= 3.2.5
2551N/ACOMPONENT_PROJECT_URL= http://www.ncftp.com/ncftp/
2551N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2551N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.bz2
2551N/ACOMPONENT_ARCHIVE_HASH= \
2551N/A sha256:b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42
2551N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.ncftp.com/ncftp/$(COMPONENT_ARCHIVE)
2551N/ACOMPONENT_BUGDB= utility/ncftp-client
2551N/A
2551N/ATPNO= 24893
2551N/A
2551N/Ainclude $(WS_MAKE_RULES)/prep.mk
2551N/Ainclude $(WS_MAKE_RULES)/configure.mk
2551N/Ainclude $(WS_MAKE_RULES)/ips.mk
2551N/A
2551N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
2551N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
2551N/A
2551N/ACONFIGURE_ENV += CC="$(CC)"
2551N/ACONFIGURE_ENV += CXX="$(CXX)"
2551N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
2551N/A
2551N/ACONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
2551N/ACONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_64)
2551N/A
2551N/AASLR_MODE = $(ASLR_ENABLE)
2551N/A
2551N/A# common targets
2551N/Aconfigure: $(CONFIGURE_64)
2551N/A
2551N/Abuild: $(BUILD_64)
2551N/A
2551N/Ainstall: $(INSTALL_64)
2551N/A
2551N/Atest: $(NO_TESTS)
2551N/A
2551N/Asystem-test: $(NO_TESTS)
2551N/A
2551N/AREQUIRED_PACKAGES += system/library
2551N/A