Makefile revision 5795
5398N/A#
5398N/A# CDDL HEADER START
5398N/A#
5398N/A# The contents of this file are subject to the terms of the
5398N/A# Common Development and Distribution License (the "License").
5398N/A# You may not use this file except in compliance with the License.
5398N/A#
5398N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5398N/A# or http://www.opensolaris.org/os/licensing.
5398N/A# See the License for the specific language governing permissions
5398N/A# and limitations under the License.
5398N/A#
5398N/A# When distributing Covered Code, include this CDDL HEADER in each
5398N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5398N/A# If applicable, add the following below this CDDL HEADER, with the
5398N/A# fields enclosed by brackets "[]" replaced with your own identifying
5398N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5398N/A#
5398N/A# CDDL HEADER END
5398N/A#
5398N/A
5398N/A#
5398N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5398N/A#
5680N/ABUILD_BITS= NO_ARCH
5680N/Ainclude ../../make-rules/shared-macros.mk
5680N/A
5680N/A# The version of rpm2cpio.pl delivered in Userland does not seem to be
5680N/A# available in the form of a compressed source tarball, so it is
5398N/A# exceptionally delivered in the Userland gate itself. Note that the version
5398N/A# number comes from the PORTVERSION field of the Makefile at the
5398N/A# COMPONENT_PROJECT_URL site.
5559N/A#
5398N/ACOMPONENT_NAME= rpm2cpio
5398N/ACOMPONENT_VERSION= 1.3
5559N/ACOMPONENT_PROJECT_URL= http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
5559N/ACOMPONENT_SRC= src
5398N/ACOMPONENT_BUGDB= utility/rpm
5398N/A
5559N/ATPNO= 17824
5398N/A
5680N/ABUILD_STYLE= archive
5680N/ACOMMON_TARGETS= no
5398N/Ainclude $(WS_MAKE_RULES)/common.mk
5398N/A
5398N/A# Do not clean the sources (set in prep.mk)
5398N/A#
5398N/ACLEAN_PATHS=
5398N/A
5398N/ACLEAN_PATHS += $(BUILD_DIR)
5398N/A
5398N/A# Common targets
5398N/A#
5398N/Abuild:
5680N/A # Just create the build directory, which is needed for publishing.
5680N/A # There is nothing to actually build.
5680N/A #
5680N/A $(RM) -r $(BUILD_DIR) ; $(MKDIR) $(BUILD_DIR)
5680N/A
5680N/Ainstall:
5680N/A @echo "Nothing to install."
5680N/A
5680N/Atest: $(NO_TESTS)
5680N/A
5398N/Asystem-test: $(NO_TESTS)
5398N/A
5680N/A
5398N/AREQUIRED_PACKAGES += $(PERL_PKG)
5398N/A