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