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