components/gnuplot/Makefile
changeset 7687 1093e2a9adbd
parent 6280 203b97a7f889
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 COMPILER= gcc
    26 COMPILER= gcc
    27 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    28 #libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
    28 #libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
    32 COMPONENT_VERSION=	5.0.3
    32 COMPONENT_VERSION=	5.0.3
    33 COMPONENT_PROJECT_URL=  http://gnuplot.info/
    33 COMPONENT_PROJECT_URL=  http://gnuplot.info/
    34 COMPONENT_ARCHIVE_HASH= \
    34 COMPONENT_ARCHIVE_HASH= \
    35     sha256:5f6ee35f3f22014058e999911934bfa9db28e02a2722a7001c192cd182b8c715
    35     sha256:5f6ee35f3f22014058e999911934bfa9db28e02a2722a7001c192cd182b8c715
    36 COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
    36 COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
       
    37 COMPONENT_ANITYA_ID=	1216
    37 
    38 
    38 TPNO=			29106
    39 TPNO=			29106
    39 
    40 
    40 CXXFLAGS += -std=c++11
    41 CXXFLAGS += -std=c++11
    41 
    42