194N/A
194N/A# CDDL HEADER START
194N/A#
194N/A# The contents of this file are subject to the terms of the
194N/A# Common Development and Distribution License (the "License").
194N/A# You may not use this file except in compliance with the License.
194N/A#
194N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
194N/A# or http://www.opensolaris.org/os/licensing.
194N/A# See the License for the specific language governing permissions
194N/A# and limitations under the License.
194N/A#
194N/A# When distributing Covered Code, include this CDDL HEADER in each
194N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
194N/A# If applicable, add the following below this CDDL HEADER, with the
194N/A# fields enclosed by brackets "[]" replaced with your own identifying
194N/A# information: Portions Copyright [yyyy] [name of copyright owner]
194N/A#
194N/A# CDDL HEADER END
194N/A#
194N/A
194N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
194N/A#
194N/A
194N/Ainclude ../../make-rules/shared-macros.mk
194N/A
194N/ACOMPONENT_NAME= ncftp
194N/ACOMPONENT_VERSION= 3.2.3
618N/ACOMPONENT_PROJECT_URL= http://www.ncftp.com/ncftp/
194N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
194N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:46f4f2fbde40187a164bdd0fe3d37d2d85d36445e56f2bf08fc814ee8dcba510
194N/A# though 3.2.3 is mysteriously missing from the upstream site, it would be here.
194N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.ncftp.com/ncftp/older_versions/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/ncftp-client
194N/A
3661N/ATPNO= 9255
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
194N/A
194N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
194N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
194N/A
194N/ACONFIGURE_ENV += CC="$(CC)"
206N/ACONFIGURE_ENV += CXX="$(CXX)"
194N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
194N/A
194N/ACONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
194N/ACONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_32)
194N/A
194N/A# common targets
194N/Abuild: $(BUILD_32)
194N/A
194N/Ainstall: $(INSTALL_32)
194N/A
194N/A
194N/Atest: $(NO_TESTS)
194N/A
3996N/AREQUIRED_PACKAGES += system/library