Makefile revision 3680
2247N/A#
2247N/A# CDDL HEADER START
2247N/A#
2247N/A# The contents of this file are subject to the terms of the
2247N/A# Common Development and Distribution License (the "License").
2247N/A# You may not use this file except in compliance with the License.
2247N/A#
2247N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2247N/A# or http://www.opensolaris.org/os/licensing.
2247N/A# See the License for the specific language governing permissions
2247N/A# and limitations under the License.
2247N/A#
2247N/A# When distributing Covered Code, include this CDDL HEADER in each
2247N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2247N/A# If applicable, add the following below this CDDL HEADER, with the
2247N/A# fields enclosed by brackets "[]" replaced with your own identifying
2247N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2247N/A#
2247N/A# CDDL HEADER END
2247N/A#
3817N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2247N/A#
2247N/Ainclude ../../make-rules/shared-macros.mk
2247N/A
2247N/ACOMPONENT_NAME= lynx
5023N/ACOMPONENT_VERSION= 2.8.7
2276N/ACOMPONENT_PROJECT_URL= http://lynx.isc.org/
2276N/ACOMPONENT_SRC= $(COMPONENT_NAME)2-8-7
2276N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)$(COMPONENT_VERSION).tar.bz2
2276N/ACOMPONENT_ARCHIVE_HASH= \
2276N/A sha256:301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627
2276N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_NAME)$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5023N/ACOMPONENT_BUGDB= utility/lynx
2276N/A
2276N/ATPNO= 9373
2247N/A
5023N/Ainclude ../../make-rules/prep.mk
2247N/Ainclude ../../make-rules/configure.mk
2247N/Ainclude ../../make-rules/ips.mk
2247N/A
5023N/A# Needed to successfully find lynx.pot.
3574N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
2899N/A
3817N/ACFLAGS += -I/usr/include/ncurses
3817N/A
3817N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
2247N/ACONFIGURE_OPTIONS += --enable-nls
2247N/ACONFIGURE_OPTIONS += --enable-japanese-utf8
2247N/ACONFIGURE_OPTIONS += --enable-widec
2247N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/lynx
3930N/ACONFIGURE_OPTIONS += --with-ssl
3930N/ACONFIGURE_OPTIONS += --with-screen=ncurses
3142N/A
3142N/AASLR_MODE = $(ASLR_ENABLE)
3142N/A
3142N/Aconfigure: $(CONFIGURE_64)
3142N/A
3142N/Abuild: $(BUILD_64)
3142N/A
3142N/Ainstall: $(INSTALL_64)
4076N/A
4742N/Atest: $(NO_TESTS)
5024N/A
3142N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3142N/A
2247N/Ainclude ../../make-rules/depend.mk
2247N/A