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#
5680N/A
5680N/A#
5425N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
356N/A#
5680N/ABUILD_BITS= 64
356N/Ainclude ../../make-rules/shared-macros.mk
356N/A
356N/ACOMPONENT_NAME= cdrtools
2406N/ACOMPONENT_VERSION= 3.01
5425N/A# Zero not allowed in front of number
5425N/AIPS_COMPONENT_VERSION= 3.1
5680N/AHUMAN_VERSION= $(COMPONENT_VERSION)
2406N/ACOMPONENT_SUBVERSION= a22
356N/ACOMPONENT_PROJECT_URL= http://cdrecord.berlios.de/private/cdrecord.html
2406N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)$(COMPONENT_SUBVERSION).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
2406N/A sha256:facd40dc66f1499dfe936e647b694bee7a12cd63afd901a35bec855d9e3600a5
2406N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.berlios.de/pub/cdrecord/alpha/$(COMPONENT_ARCHIVE)
1845N/A
2899N/ATPNO= 6305
2899N/A
1845N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
5680N/APATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:$(USRBINDIR)
5680N/Aelse
5680N/APATH=$(SPRO_VROOT)/bin:$(USRBINDIR):$(GNUBIN)
1845N/Aendif
356N/A
5680N/ABUILD_STYLE= justmake
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
356N/A
792N/ACOMPONENT_INSTALL_ARGS += GMAKE_NOWARN=true
2534N/ACOMPONENT_INSTALL_ARGS += CCOM=cc64
792N/ACOMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
1845N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
1845N/ACOMPONENT_BUILD_ENV += "ac_cv_exeext=no"
1845N/ACOMPONENT_BUILD_ENV += "ac_cv_objext=o"
1845N/Aendif
2534N/ACOMPONENT_BUILD_ARGS += CCOM=cc64
2534N/A# cdrtools doesn't work with gmake for sparc 64-bit compile.
2534N/AGMAKE = $(CCSMAKE)
356N/A
3817N/AREQUIRED_PACKAGES += shell/ksh93