components/gparted/Makefile
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 18 Apr 2016 13:01:02 -0700
changeset 5797 432ac76de3b0
parent 5682 94c0ca64c022
child 6582 4fb5be1315a8
permissions -rw-r--r--
23078956 adjust the remainder of the userland components to use perl 5.22 22909079 resume testing in several perl modules 22909338 xml-parsers pkg manifests should be cleaned up once 5.12 threaded is gone 23051223 dbd-sqlite's clobber doesn't remove generated DBD-SQLite.license file 23057814 graphviz perl package depends on other obsolete perl packages 22991554 DBD-SQLite has an unlisted build dependency on library/perl-5/database et al
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     1
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     3
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     7
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    12
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    18
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    20
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    21
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    22
#
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5673
diff changeset
    25
BUILD_ARCH= i386
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5673
diff changeset
    26
BUILD_BITS= 32
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    27
include ../../make-rules/shared-macros.mk
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    28
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    29
COMPONENT_NAME=		gparted
5673
03a73b3209f6 20411943 Update GParted to a newer version 0.25.0
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5390
diff changeset
    30
COMPONENT_VERSION=	0.25.0
03a73b3209f6 20411943 Update GParted to a newer version 0.25.0
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5390
diff changeset
    31
COMPONENT_PROJECT_URL=	http://gparted.org/
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
5673
03a73b3209f6 20411943 Update GParted to a newer version 0.25.0
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5390
diff changeset
    33
    sha256:2d996d5f4921d49eae850a1824acb8ab1299b1ea9bbb9c607248cd6c8cdc94ae
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_URL=	http://prdownloads.sourceforge.net/gparted/$(COMPONENT_ARCHIVE)
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    35
5673
03a73b3209f6 20411943 Update GParted to a newer version 0.25.0
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5390
diff changeset
    36
TPNO=			27500
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5673
diff changeset
    38
TEST_TARGET= $(NO_TESTS)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5673
diff changeset
    39
include $(WS_MAKE_RULES)/common.mk
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    40
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    41
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv)
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    42
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    43
# needed to find xgettext
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5673
diff changeset
    44
PATH=$(GNUBIN):$(USRBINDIR)
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    45
5390
a8538443770a 22650022 gparted/Makefile missing doc utils requirement
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5332
diff changeset
    46
REQUIRED_PACKAGES += developer/gnome/gnome-doc-utils
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    47
REQUIRED_PACKAGES += library/c++/glibmm
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    48
REQUIRED_PACKAGES += library/c++/sigcpp
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    49
REQUIRED_PACKAGES += library/desktop/c++/cairomm
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    50
REQUIRED_PACKAGES += library/desktop/c++/gtkmm
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    51
REQUIRED_PACKAGES += library/desktop/c++/pangomm
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    52
REQUIRED_PACKAGES += library/desktop/gtk2
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    53
REQUIRED_PACKAGES += library/glib2
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    54
REQUIRED_PACKAGES += library/perl-5/xml-parser
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    55
REQUIRED_PACKAGES += shell/ksh93
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    56
REQUIRED_PACKAGES += system/library/c++-runtime
5673
03a73b3209f6 20411943 Update GParted to a newer version 0.25.0
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5390
diff changeset
    57
REQUIRED_PACKAGES += system/library/math
5332
1e1d90972404 22514272 Move GParted from desktop to userland (fix sparc)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5330
diff changeset
    58
ifneq ($(MACH), sparc)
5330
c36e3195e3e9 22514272 Move GParted from desktop to userland
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents:
diff changeset
    59
REQUIRED_PACKAGES += system/storage/parted
5332
1e1d90972404 22514272 Move GParted from desktop to userland (fix sparc)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5330
diff changeset
    60
endif