Makefile revision 3661
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#
3661N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
216N/A#
216N/Ainclude ../../make-rules/shared-macros.mk
216N/A
216N/ACOMPONENT_NAME= xorriso
216N/ACOMPONENT_VERSION= 0.6.0
216N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_PROJECT_URL= http://scdbackup.sourceforge.net/xorriso/
216N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:1f26880eaacf7bd806520a458963d2374ad6bf90353e08ed0de271b6d45c5b8a
216N/ACOMPONENT_ARCHIVE_URL= http://scdbackup.sourceforge.net/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/xorriso
1273N/A
3661N/ATPNO= 3504
3661N/A
216N/ACPPFLAGS+= -I./test
216N/A
216N/Ainclude ../../make-rules/prep.mk
216N/Ainclude ../../make-rules/configure.mk
216N/Ainclude ../../make-rules/ips.mk
216N/A
216N/ACONFIGURE_OPTIONS += --enable-shared
216N/ACONFIGURE_OPTIONS += --disable-static
216N/ACONFIGURE_OPTIONS += --sysconfdir=/etc/gnu
216N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
216N/ACONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
216N/A
216N/A# The tarball for this version already has a config.status file so remove it.
216N/ACOMPONENT_PREP_ACTION = \
216N/A (cd $(@D) ; test -f config.status && rm config.status)
216N/A
216N/Abuild: $(BUILD_32)
216N/A
216N/Ainstall: $(INSTALL_32)
216N/A
216N/Atest: $(NO_TESTS)
216N/A
216N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
216N/A
216N/Ainclude ../../make-rules/depend.mk