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