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