Makefile revision 2899
727N/A#
727N/A# CDDL HEADER START
727N/A#
727N/A# The contents of this file are subject to the terms of the
727N/A# Common Development and Distribution License (the "License").
727N/A# You may not use this file except in compliance with the License.
727N/A#
727N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
727N/A# or http://www.opensolaris.org/os/licensing.
727N/A# See the License for the specific language governing permissions
727N/A# and limitations under the License.
727N/A#
727N/A# When distributing Covered Code, include this CDDL HEADER in each
727N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
727N/A# If applicable, add the following below this CDDL HEADER, with the
727N/A# fields enclosed by brackets "[]" replaced with your own identifying
727N/A# information: Portions Copyright [yyyy] [name of copyright owner]
727N/A#
727N/A# CDDL HEADER END
727N/A#
727N/A
727N/A#
727N/A# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
727N/A#
727N/A
727N/Ainclude ../../make-rules/shared-macros.mk
727N/A#libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
727N/ALD_Z_IGNORE=
727N/A
727N/ACOMPONENT_NAME= gnuplot
727N/ACOMPONENT_VERSION= 4.6.0
727N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
727N/ACOMPONENT_PROJECT_URL= http://gnuplot.info/
727N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
727N/ACOMPONENT_ARCHIVE_HASH= \
727N/A sha256:6e60adb5039a3541f407c2ade670004178b376754c424c13f0be24c7960c17be
727N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
727N/ACOMPONENT_BUGDB= utility/gnuplot
727N/A
727N/ATPNO= 8452
727N/A
727N/ACOMPONENT_BUILD_TARGETS = all info
727N/A
727N/Ainclude ../../make-rules/prep.mk
727N/Ainclude ../../make-rules/configure.mk
727N/Ainclude ../../make-rules/ips.mk
727N/A
727N/ACONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
727N/ACONFIGURE_OPTIONS += --sysconfdir=/etc/gnu
727N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS += --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
CONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
include ../../make-rules/shared-targets.mk
# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk