Makefile revision 3830
99N/A#
99N/A# CDDL HEADER START
99N/A#
99N/A# The contents of this file are subject to the terms of the
99N/A# Common Development and Distribution License (the "License").
99N/A# You may not use this file except in compliance with the License.
99N/A#
99N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99N/A# or http://www.opensolaris.org/os/licensing.
99N/A# See the License for the specific language governing permissions
99N/A# and limitations under the License.
99N/A#
99N/A# When distributing Covered Code, include this CDDL HEADER in each
99N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
99N/A# If applicable, add the following below this CDDL HEADER, with the
99N/A# fields enclosed by brackets "[]" replaced with your own identifying
99N/A# information: Portions Copyright [yyyy] [name of copyright owner]
99N/A#
99N/A# CDDL HEADER END
99N/A#
1364N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
99N/A#
127N/Ainclude ../../make-rules/shared-macros.mk
99N/A
99N/ACOMPONENT_NAME= w3m
99N/ACOMPONENT_VERSION= 0.5.2
99N/ACOMPONENT_PROJECT_URL= http://w3m.sourceforge.net/
99N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
99N/ACOMPONENT_ARCHIVE_HASH= \
99N/A sha256:5ff3e5a1f50a4a8e6ddbfdeefbe13d3a7f63538595a8e29f5da504ea46eda646
844N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)/download
844N/ACOMPONENT_BUGDB= utility/w3m
99N/A
1364N/ATPNO= 9364
99N/A
99N/Ainclude ../../make-rules/prep.mk
99N/Ainclude ../../make-rules/configure.mk
99N/Ainclude ../../make-rules/ips.mk
99N/A
99N/ACOMPILER = gcc
99N/A
99N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; aclocal-1.11 ; autoconf)
99N/A
99N/A# install the bits in /usr/bin and /usr/lib
181N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32)
99N/ACONFIGURE_LIBDIR.64 = $(CONFIGURE_LIBDIR.32)
99N/A
99N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
99N/ACONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.32)
CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
CONFIGURE_OPTIONS += --with-browser=/usr/bin/firefox
ASLR_MODE = $(ASLR_ENABLE)
configure: $(CONFIGURE_64)
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk