Makefile revision 1273
70N/A#
70N/A# CDDL HEADER START
98N/A#
70N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License (the "License").
70N/A# You may not use this file except in compliance with the License.
70N/A#
70N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70N/A# or http://www.opensolaris.org/os/licensing.
70N/A# See the License for the specific language governing permissions
70N/A# and limitations under the License.
70N/A#
70N/A# When distributing Covered Code, include this CDDL HEADER in each
70N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70N/A# If applicable, add the following below this CDDL HEADER, with the
70N/A# fields enclosed by brackets "[]" replaced with your own identifying
70N/A# information: Portions Copyright [yyyy] [name of copyright owner]
70N/A#
70N/A# CDDL HEADER END
70N/A#
70N/A
70N/A#
70N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
70N/A#
70N/A
70N/Ainclude ../../make-rules/shared-macros.mk
70N/A
70N/ACOMPONENT_NAME= ircii
70N/ACOMPONENT_VERSION= 20060725
70N/AIPS_COMPONENT_VERSION= 0.2006.7.25
128N/ACOMPONENT_PROJECT_URL= http://www.eterna.com.au/ircii/
70N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
70N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
70N/ACOMPONENT_ARCHIVE_HASH= \
98N/A sha256:09c5840cbf9a060acd4f57a24eb4bbacd7c3fba52986a356ffebad736b961dfe
98N/ACOMPONENT_ARCHIVE_URL= ftp://ircii.warped.com/pub/ircII/old/$(COMPONENT_ARCHIVE)
128N/ACOMPONENT_BUGDB= utility/ircii
70N/A
98N/Ainclude ../../make-rules/prep.mk
90N/Ainclude ../../make-rules/configure.mk
70N/Ainclude ../../make-rules/ips.mk
70N/A
70N/ACONFIGURE_ENV += CC="$(CC)"
70N/A
70N/A# We need to reset configure options here because ircii is confused with
98N/A# CC and CFLAGS definitions as configure parameters.
98N/ACONFIGURE_OPTIONS = --prefix=/usr
98N/ACONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
98N/ACONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
98N/ACONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS))
98N/A
98N/A
70N/A# common targets
70N/Abuild: $(BUILD_32)
70N/A
70N/Ainstall: $(INSTALL_32)
70N/A
70N/Atest: $(NO_TESTS)
70N/A
70N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
70N/A
70N/Ainclude ../../make-rules/depend.mk
70N/A