Makefile revision 451
1516N/A#
1516N/A# CDDL HEADER START
1516N/A#
1516N/A# The contents of this file are subject to the terms of the
1516N/A# Common Development and Distribution License (the "License").
1516N/A# You may not use this file except in compliance with the License.
1516N/A#
1516N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1516N/A# or http://www.opensolaris.org/os/licensing.
1516N/A# See the License for the specific language governing permissions
1516N/A# and limitations under the License.
1516N/A#
1516N/A# When distributing Covered Code, include this CDDL HEADER in each
1516N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1516N/A# If applicable, add the following below this CDDL HEADER, with the
1516N/A# fields enclosed by brackets "[]" replaced with your own identifying
1516N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1516N/A#
1516N/A# CDDL HEADER END
1516N/A#
1516N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1516N/A#
5585N/Ainclude ../../make-rules/shared-macros.mk
1516N/A
5680N/ACOMPONENT_NAME= cvs
1516N/ACOMPONENT_VERSION= 1.12.13
1516N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1516N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
5585N/ACOMPONENT_ARCHIVE_HASH= sha1:93a8dacc6ff0e723a130835713235863f1f5ada9
1516N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/non-gnu/cvs/source/feature/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
1516N/A
5585N/Ainclude ../../make-rules/prep.mk
5585N/Ainclude ../../make-rules/configure.mk
1516N/Ainclude ../../make-rules/ips.mk
5585N/A
2899N/ACONFIGURE_OPTIONS += --with-external-zlib
5680N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
5680N/A
5680N/A# "check" is not working yet. It's asking for a password.
1516N/ACOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(PATH)
1516N/ACOMPONENT_TEST_TARGETS = localcheck
1516N/A
1516N/Abuild: $(BUILD_32)
1516N/A
1516N/Ainstall: $(INSTALL_32)
1516N/A
3817N/Atest: $(TEST_32)
3817N/A
3817N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk