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#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
356N/A#
2516N/A
356N/Ainclude ../../make-rules/shared-macros.mk
356N/A
356N/ACOMPONENT_NAME= cdrtools
2516N/ACOMPONENT_VERSION= 3.01
2516N/AIPS_COMPONENT_VERSION= 3.1 # Zero not allowed in front of number
2516N/ACOMPONENT_SUBVERSION= a22
356N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
356N/ACOMPONENT_PROJECT_URL= http://cdrecord.berlios.de/private/cdrecord.html
2516N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)$(COMPONENT_SUBVERSION).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
2516N/A sha256:facd40dc66f1499dfe936e647b694bee7a12cd63afd901a35bec855d9e3600a5
2516N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.berlios.de/pub/cdrecord/alpha/$(COMPONENT_ARCHIVE)
2516N/ACOMPONENT_BUGDB= utility/cdrtools
2516N/A
3661N/ATPNO= 6305
3661N/A
356N/APATH= $(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
2516N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
2516N/APATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
2516N/Aendif
356N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/justmake.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
356N/A
792N/ACOMPONENT_INSTALL_ARGS += GMAKE_NOWARN=true
792N/ACOMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
2516N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
2516N/ACOMPONENT_BUILD_ENV += "ac_cv_exeext=no"
2516N/ACOMPONENT_BUILD_ENV += "ac_cv_objext=o"
2516N/Aendif
2516N/A
356N/A
356N/Abuild: $(BUILD_32)
356N/A
356N/Ainstall: $(INSTALL_32)
356N/A
356N/Atest: $(NO_TESTS)
356N/A
356N/A
3996N/AREQUIRED_PACKAGES += shell/ksh93
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/linker