Makefile revision 3661
220N/A#
220N/A# CDDL HEADER START
220N/A#
220N/A# The contents of this file are subject to the terms of the
220N/A# Common Development and Distribution License (the "License").
220N/A# You may not use this file except in compliance with the License.
220N/A#
220N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
220N/A# or http://www.opensolaris.org/os/licensing.
220N/A# See the License for the specific language governing permissions
220N/A# and limitations under the License.
220N/A#
220N/A# When distributing Covered Code, include this CDDL HEADER in each
220N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
220N/A# If applicable, add the following below this CDDL HEADER, with the
220N/A# fields enclosed by brackets "[]" replaced with your own identifying
220N/A# information: Portions Copyright [yyyy] [name of copyright owner]
220N/A#
220N/A# CDDL HEADER END
220N/A#
220N/A
220N/A#
3996N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
220N/A#
220N/A
220N/Ainclude ../../make-rules/shared-macros.mk
220N/A
220N/ACOMPONENT_NAME= lftp
220N/ACOMPONENT_VERSION= 4.3.1
220N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
220N/ACOMPONENT_PROJECT_URL= http://lftp.yar.ru/
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
220N/A sha256:a3df26383053081e67b8101aa9e1705ee8274e14a5938746a944b0a2d97948e3
1273N/ACOMPONENT_ARCHIVE_URL= http://ftp.yars.free.net/pub/source/lftp/$(COMPONENT_ARCHIVE)
220N/ACOMPONENT_BUGDB= utility/lftp
3661N/A
3661N/ATPNO= 16991
3996N/A
3996N/Ainclude ../../make-rules/prep.mk
3996N/Ainclude ../../make-rules/configure.mk
220N/Ainclude ../../make-rules/ips.mk
220N/A
220N/APATCH_LEVEL = 0
514N/A
514N/ACONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
514N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
220N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
220N/A
220N/A
220N/A# common targets
220N/Abuild: $(BUILD_32)
220N/A
220N/Ainstall: $(INSTALL_32)
220N/A
220N/Atest: $(NO_TESTS)
220N/A
220N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
220N/A
220N/Ainclude ../../make-rules/depend.mk
220N/A