components/help2man/Makefile
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
parent 4128 5b637a305812
child 4339 6501cf9c29f9
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4128
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		help2man
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	1.46.1
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/help2man/
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    sha256:3dfd02a026149aad06887c1cb6062471779c100e00aecb79b8f9d01cf1581c47
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://mirror.team-cymru.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_BUGDB=	utility/help2man
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
TPNO=			18702
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
include $(WS_MAKE_RULES)/prep.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include $(WS_MAKE_RULES)/configure.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include $(WS_MAKE_RULES)/ips.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
# Needed to get all the localized files.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
COMPONENT_INSTALL_TARGETS = install install_l10n
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
ASLR_MODE = $(ASLR_ENABLE)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
build:		$(BUILD_64)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
install:	$(INSTALL_64)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
test:		$(NO_TESTS)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
REQUIRED_PACKAGES +=	runtime/perl-512