216N/A#
216N/A# CDDL HEADER START
216N/A#
216N/A# The contents of this file are subject to the terms of the
216N/A# Common Development and Distribution License (the "License").
216N/A# You may not use this file except in compliance with the License.
216N/A#
216N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
216N/A# or http://www.opensolaris.org/os/licensing.
216N/A# See the License for the specific language governing permissions
216N/A# and limitations under the License.
216N/A#
216N/A# When distributing Covered Code, include this CDDL HEADER in each
216N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
216N/A# If applicable, add the following below this CDDL HEADER, with the
216N/A# fields enclosed by brackets "[]" replaced with your own identifying
216N/A# information: Portions Copyright [yyyy] [name of copyright owner]
216N/A#
216N/A# CDDL HEADER END
216N/A#
5680N/A
216N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
6684N/ABUILD_BITS= 64
216N/Ainclude ../../make-rules/shared-macros.mk
216N/A
216N/ACOMPONENT_NAME= xorriso
7304N/ACOMPONENT_VERSION= 1.4.6
618N/ACOMPONENT_PROJECT_URL= http://scdbackup.sourceforge.net/xorriso/
844N/ACOMPONENT_ARCHIVE_HASH= \
7304N/A sha256:526f728c7eee6f8c4b69fbf391789e6c80806197c2861cf5922cf7cfe1035784
216N/ACOMPONENT_ARCHIVE_URL= http://scdbackup.sourceforge.net/$(COMPONENT_ARCHIVE)
1258N/A
7304N/ATPNO= 32406
2899N/A
216N/ACPPFLAGS+= -I./test
216N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
216N/A
216N/ACONFIGURE_OPTIONS += --enable-shared
216N/ACONFIGURE_OPTIONS += --disable-static
5680N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/gnu
216N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
216N/A
7304N/AREQUIRED_PACKAGES += compress/bzip2
3817N/AREQUIRED_PACKAGES += library/readline
3817N/AREQUIRED_PACKAGES += library/zlib
7304N/AREQUIRED_PACKAGES += runtime/tk-8