components/lynx/Makefile
changeset 3686 c1ae48efb7af
parent 3680 4dc408325e7e
child 3817 30b42c38bbc4
equal deleted inserted replaced
3685:b442aa168bd2 3686:c1ae48efb7af
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		lynx
    25 COMPONENT_NAME=		lynx
    26 COMPONENT_VERSION=	2.8.7
    26 COMPONENT_VERSION=	2.8.7
    49 CONFIGURE_OPTIONS +=	--enable-widec
    49 CONFIGURE_OPTIONS +=	--enable-widec
    50 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)/lynx
    50 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)/lynx
    51 CONFIGURE_OPTIONS +=	--with-ssl
    51 CONFIGURE_OPTIONS +=	--with-ssl
    52 CONFIGURE_OPTIONS +=	--with-screen=ncurses
    52 CONFIGURE_OPTIONS +=	--with-screen=ncurses
    53 
    53 
       
    54 # Use the HTML and CSS styling external test suite as referenced at
       
    55 # http://www.w3.org/2005/MWI/Tests/
       
    56 COMPONENT_TEST_CMD = $(@D)/src/lynx
       
    57 COMPONENT_TEST_ARGS = -dump \
       
    58 	http://www.cameronmoll.com/mobile/mkp/pg1.html \
       
    59 	http://www.cameronmoll.com/mobile/mkp/pg2.html \
       
    60 	http://www.cameronmoll.com/mobile/mkp/pg3.html \
       
    61 	http://www.cameronmoll.com/mobile/mkp/pg4.html
       
    62 COMPONENT_TEST_TARGETS =
       
    63 
    54 ASLR_MODE = $(ASLR_ENABLE)
    64 ASLR_MODE = $(ASLR_ENABLE)
    55 
    65 
    56 configure:	$(CONFIGURE_64)
    66 configure:	$(CONFIGURE_64)
    57 
    67 
    58 build:		$(BUILD_64)
    68 build:		$(BUILD_64)
    59 
    69 
    60 install:	$(INSTALL_64)
    70 install:	$(INSTALL_64)
    61 
    71 
    62 test:		$(NO_TESTS)
    72 test:		$(TEST_64)
    63 
    73 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    74 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    65 
    75 
    66 include ../../make-rules/depend.mk
    76 include ../../make-rules/depend.mk