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