Makefile revision 1542
131N/A#
131N/A# CDDL HEADER START
131N/A#
131N/A# The contents of this file are subject to the terms of the
131N/A# Common Development and Distribution License (the "License").
131N/A# You may not use this file except in compliance with the License.
131N/A#
131N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
131N/A# or http://www.opensolaris.org/os/licensing.
131N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
131N/A#
131N/A# When distributing Covered Code, include this CDDL HEADER in each
131N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
131N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
131N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A#
131N/A# CDDL HEADER END
131N/A#
131N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
131N/A#
3733N/Ainclude ../../make-rules/shared-macros.mk
131N/A
131N/ACOMPONENT_NAME= elinks
131N/ACOMPONENT_VERSION= 0.11.7
131N/ACOMPONENT_PROJECT_URL= http://elinks.or.cz/
131N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4607N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
618N/ACOMPONENT_ARCHIVE_HASH= \
131N/A sha256:456db6f704c591b1298b0cd80105f459ff8a1fc07a0ec1156a36c4da6f898979
131N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_BUGDB= utility/elinks
4607N/A
131N/Ainclude ../../make-rules/prep.mk
1258N/Ainclude ../../make-rules/configure.mk
131N/Ainclude ../../make-rules/ips.mk
4607N/A
4607N/ACONFIGURE_OPTIONS += --enable-bittorrent
4607N/ACONFIGURE_OPTIONS += --enable-html-highlight
4607N/ACONFIGURE_OPTIONS += --enable-256-colors
4607N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4607N/A
4607N/AASLR_MODE = $(ASLR_ENABLE)
4607N/A
4607N/A# common targets
4607N/Abuild: $(BUILD_64)
4607N/A
4607N/Ainstall: $(INSTALL_64)
4607N/A
2899N/Atest: $(TEST_64)
3817N/A
3817N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3817N/A
3817N/Ainclude ../../make-rules/depend.mk
628N/A