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