components/desktop/rdesktop/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7330 e40cd9caccc7
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7330
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7330
diff changeset
    21
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
7330
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS=		64
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
COMPILER=		gcc
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		rdesktop
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.6.0
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.rdesktop.org/
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH= \
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
	sha256:8430390d50be29f257d575a70abe38805916dc1897b18e5a244adb72c978d4e0
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	https://github.com/rdesktop/$(COMPONENT_NAME)/archive/v$(COMPONENT_VERSION).tar.gz
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_BUGDB=	gnome/remote-desktop
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7330
diff changeset
    35
COMPONENT_ANITYA_ID=	4172
7330
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
TPNO=			26597
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
TEST_TARGET = $(NO_TESTS)
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
include $(WS_MAKE_RULES)/common.mk
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
# rdesktop-1.6.0 tarball includes configure.ac but not configure, so we make it
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv)
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
CONFIGURE_OPTIONS += --with-ipv6
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_OPTIONS += --with-openssl=/usr
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
REQUIRED_PACKAGES += library/security/openssl
e40cd9caccc7 23245493 Move rdesktop 1.6.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
REQUIRED_PACKAGES += x11/library/libx11