204N/A#
204N/A# CDDL HEADER START
204N/A#
204N/A# The contents of this file are subject to the terms of the
204N/A# Common Development and Distribution License (the "License").
204N/A# You may not use this file except in compliance with the License.
204N/A#
204N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
204N/A# or http://www.opensolaris.org/os/licensing.
204N/A# See the License for the specific language governing permissions
204N/A# and limitations under the License.
204N/A#
204N/A# When distributing Covered Code, include this CDDL HEADER in each
204N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
204N/A# If applicable, add the following below this CDDL HEADER, with the
204N/A# fields enclosed by brackets "[]" replaced with your own identifying
204N/A# information: Portions Copyright [yyyy] [name of copyright owner]
204N/A#
204N/A# CDDL HEADER END
204N/A#
204N/A
204N/A#
5680N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
204N/A#
5680N/ABUILD_BITS= 64
5992N/ACOMPILER= gcc
204N/Ainclude ../../make-rules/shared-macros.mk
204N/A#libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
204N/ALD_Z_IGNORE=
204N/A
204N/ACOMPONENT_NAME= gnuplot
6278N/ACOMPONENT_VERSION= 5.0.3
204N/ACOMPONENT_PROJECT_URL= http://gnuplot.info/
844N/ACOMPONENT_ARCHIVE_HASH= \
6278N/A sha256:5f6ee35f3f22014058e999911934bfa9db28e02a2722a7001c192cd182b8c715
204N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
204N/A
6278N/ATPNO= 29106
2899N/A
5992N/ACXXFLAGS += -std=c++11
5992N/A
206N/ACOMPONENT_BUILD_TARGETS = all info
204N/A
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
204N/A
206N/ACONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
5680N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/gnu
204N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
634N/ACONFIGURE_OPTIONS += --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
6224N/ACONFIGURE_OPTIONS += WX_CONFIG="$(USRBINDIR64)/wx-config"
4337N/A
3817N/AREQUIRED_PACKAGES += image/library/libjpeg
3817N/AREQUIRED_PACKAGES += image/library/libpng
3817N/AREQUIRED_PACKAGES += library/desktop/atk
3817N/AREQUIRED_PACKAGES += library/desktop/cairo
3817N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
3817N/AREQUIRED_PACKAGES += library/desktop/gtk2
3817N/AREQUIRED_PACKAGES += library/desktop/pango
3817N/AREQUIRED_PACKAGES += library/desktop/xdg/libcanberra
3817N/AREQUIRED_PACKAGES += library/gd
3817N/AREQUIRED_PACKAGES += library/glib2
3817N/AREQUIRED_PACKAGES += library/graphics/wxwidgets
3817N/AREQUIRED_PACKAGES += library/ncurses
3817N/AREQUIRED_PACKAGES += library/readline
3817N/AREQUIRED_PACKAGES += library/zlib
6278N/AREQUIRED_PACKAGES += print/filter/ghostscript/fonts/gnu-gs-fonts-other
6278N/AREQUIRED_PACKAGES += print/filter/ghostscript/fonts/gnu-gs-fonts-std
3817N/AREQUIRED_PACKAGES += runtime/lua
3817N/AREQUIRED_PACKAGES += shell/ksh93
3817N/AREQUIRED_PACKAGES += system/font/truetype/liberation
3817N/AREQUIRED_PACKAGES += system/font/xorg/xorg-core
5992N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
5992N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
3817N/AREQUIRED_PACKAGES += system/library/fontconfig
3817N/AREQUIRED_PACKAGES += system/library/freetype-2
3817N/AREQUIRED_PACKAGES += system/library/math
3817N/AREQUIRED_PACKAGES += x11/library/libx11
3817N/AREQUIRED_PACKAGES += x11/library/libxcomposite
3817N/AREQUIRED_PACKAGES += x11/library/libxcursor
3817N/AREQUIRED_PACKAGES += x11/library/libxdamage
3817N/AREQUIRED_PACKAGES += x11/library/libxevie
3817N/AREQUIRED_PACKAGES += x11/library/libxext
3817N/AREQUIRED_PACKAGES += x11/library/libxfixes
3817N/AREQUIRED_PACKAGES += x11/library/libxi
3817N/AREQUIRED_PACKAGES += x11/library/libxinerama
3817N/AREQUIRED_PACKAGES += x11/library/libxpm
3817N/AREQUIRED_PACKAGES += x11/library/libxrandr
3817N/AREQUIRED_PACKAGES += x11/library/libxrender
3817N/AREQUIRED_PACKAGES += x11/library/libxscrnsaver