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