Makefile revision 844
2905N/A#
2905N/A# CDDL HEADER START
2905N/A#
2905N/A# The contents of this file are subject to the terms of the
2905N/A# Common Development and Distribution License (the "License").
2905N/A# You may not use this file except in compliance with the License.
2905N/A#
2905N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2905N/A# or http://www.opensolaris.org/os/licensing.
2905N/A# See the License for the specific language governing permissions
2905N/A# and limitations under the License.
2905N/A#
2905N/A# When distributing Covered Code, include this CDDL HEADER in each
2905N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2905N/A# If applicable, add the following below this CDDL HEADER, with the
2905N/A# fields enclosed by brackets "[]" replaced with your own identifying
2905N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2905N/A#
2905N/A# CDDL HEADER END
2905N/A#
2905N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2905N/A#
2905N/Ainclude ../../make-rules/shared-macros.mk
3158N/A
2905N/ACOMPONENT_NAME= cdrtools
2905N/ACOMPONENT_VERSION= 3.00
2905N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2905N/ACOMPONENT_PROJECT_URL= http://cdrecord.berlios.de/private/cdrecord.html
2905N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2905N/ACOMPONENT_ARCHIVE_HASH= \
2905N/A sha256:6326762da8b8281c9a910c66fe698cd4d1bc5f33c37b59e8f1c83343c25f3e98
2905N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.berlios.de/pub/cdrecord/$(COMPONENT_ARCHIVE)
2905N/APATH= $(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
2905N/A
2905N/Ainclude ../../make-rules/prep.mk
2905N/Ainclude ../../make-rules/justmake.mk
2905N/Ainclude ../../make-rules/ips.mk
2905N/A
2905N/ACOMPONENT_INSTALL_ARGS += GMAKE_NOWARN=true
2905N/ACOMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
2905N/A
2905N/Abuild: $(BUILD_32)
2905N/A
2905N/Ainstall: $(INSTALL_32)
2905N/A
2905N/Atest: $(NO_TESTS)
2905N/A
2905N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2905N/A
2905N/Ainclude ../../make-rules/depend.mk
2905N/A