Makefile revision 4337
369N/A#
369N/A# CDDL HEADER START
369N/A#
369N/A# The contents of this file are subject to the terms of the
369N/A# Common Development and Distribution License (the "License").
369N/A# You may not use this file except in compliance with the License.
369N/A#
369N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
369N/A# or http://www.opensolaris.org/os/licensing.
369N/A# See the License for the specific language governing permissions
369N/A# and limitations under the License.
369N/A#
369N/A# When distributing Covered Code, include this CDDL HEADER in each
369N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
369N/A# If applicable, add the following below this CDDL HEADER, with the
369N/A# fields enclosed by brackets "[]" replaced with your own identifying
369N/A# information: Portions Copyright [yyyy] [name of copyright owner]
369N/A#
369N/A# CDDL HEADER END
369N/A#
5562N/A
369N/A#
369N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
369N/A#
369N/A
1244N/Ainclude ../../make-rules/shared-macros.mk
369N/A
369N/ACOMPONENT_NAME= lftp
618N/ACOMPONENT_VERSION= 4.3.1
5562N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_PROJECT_URL= http://lftp.yar.ru/
2899N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
2899N/ACOMPONENT_ARCHIVE_HASH= \
2899N/A sha256:a3df26383053081e67b8101aa9e1705ee8274e14a5938746a944b0a2d97948e3
2899N/ACOMPONENT_ARCHIVE_URL= http://ftp.yars.free.net/pub/source/lftp/$(COMPONENT_ARCHIVE)
2899N/ACOMPONENT_BUGDB= utility/lftp
2899N/A
2899N/ATPNO= 16991
2899N/A
2899N/Ainclude $(WS_MAKE_RULES)/prep.mk
2899N/Ainclude $(WS_MAKE_RULES)/configure.mk
2899N/Ainclude $(WS_MAKE_RULES)/ips.mk
2899N/A
2899N/APATCH_LEVEL = 0
2899N/A
2899N/ACONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
4968N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4968N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
4968N/A
4968N/AASLR_MODE = $(ASLR_ENABLE)
4968N/A
4968N/A# common targets
4968N/Aconfigure: $(CONFIGURE_64)
4968N/A
4968N/Abuild: $(BUILD_64)
4968N/A
3817N/Ainstall: $(INSTALL_64)
2899N/A
2899N/Atest: $(NO_TESTS)
1498N/A
1498N/Asystem-test: $(NO_TESTS)
1498N/A
1498N/A
1498N/AREQUIRED_PACKAGES += library/expat
369N/AREQUIRED_PACKAGES += library/gnutls
369N/AREQUIRED_PACKAGES += library/readline
4194N/AREQUIRED_PACKAGES += runtime/perl-512
4194N/AREQUIRED_PACKAGES += runtime/perl-516
4194N/AREQUIRED_PACKAGES += shell/ksh93
4194N/AREQUIRED_PACKAGES += system/library
369N/AREQUIRED_PACKAGES += system/library/c++-runtime
369N/AREQUIRED_PACKAGES += system/library/math
369N/A