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