Makefile revision 7007
5223N/A#
5223N/A# CDDL HEADER START
5223N/A#
5223N/A# The contents of this file are subject to the terms of the
5223N/A# Common Development and Distribution License (the "License").
5223N/A# You may not use this file except in compliance with the License.
5223N/A#
5223N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5223N/A# or http://www.opensolaris.org/os/licensing.
5223N/A# See the License for the specific language governing permissions
5223N/A# and limitations under the License.
5223N/A#
5223N/A# When distributing Covered Code, include this CDDL HEADER in each
5223N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5223N/A# If applicable, add the following below this CDDL HEADER, with the
5223N/A# fields enclosed by brackets "[]" replaced with your own identifying
5223N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5223N/A#
5223N/A# CDDL HEADER END
5223N/A#
5223N/A
5223N/A#
5355N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5223N/A#
5680N/ABUILD_BITS= 64
5223N/Ainclude ../../make-rules/shared-macros.mk
5223N/A
5223N/ACOMPONENT_NAME= irssi
7007N/ACOMPONENT_VERSION= 0.8.20
5223N/ACOMPONENT_PROJECT_URL= https://irssi.org/
5929N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5223N/ACOMPONENT_ARCHIVE_HASH=\
7007N/A sha256:f5e20f76aa8237303c463e08adb3a3e3a400a24ba95acf73e9b068d634173f66
5929N/ACOMPONENT_ARCHIVE_URL= https://github.com/irssi/irssi/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5223N/A
7007N/ATPNO= 31831
5223N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5223N/A
5223N/A# Part of the build just runs "cc" (not the path that configure finds).
5223N/ACOMPONENT_BUILD_ENV += PATH=$(dir $(CC)):$(PATH)
5223N/A
5636N/ACONFIGURE_ENV += "ac_cv_path_perlpath=$(PERL)"
5355N/A
5680N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
5680N/ACONFIGURE_OPTIONS += --with-perl
5223N/ACONFIGURE_OPTIONS += --with-proxy
5680N/ACONFIGURE_OPTIONS += --with-perl-lib=$(USRDIR)/perl5/vendor_perl/$(PERL_VERSION)
5223N/A
5223N/AREQUIRED_PACKAGES += library/glib2
5223N/AREQUIRED_PACKAGES += library/ncurses
5223N/AREQUIRED_PACKAGES += library/security/openssl
5636N/AREQUIRED_PACKAGES += $(PERL_PKG)