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