Makefile revision 5795
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/ABUILD_BITS= 32
0N/Ainclude ../../../make-rules/shared-macros.mk
0N/A
0N/ACOMPONENT_NAME= evince
0N/ACOMPONENT_VERSION= 2.30.3
0N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Evince
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:1ac6fb056c50a6298b31f696e196b5b940098c46f35dec85e69ea0c5d5b015de
0N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_ARCHIVE)
0N/ACOMPONENT_BUGDB= gnome/evince
0N/ATPNO= 8693
0N/A
0N/ATEST_TARGET= $(NO_TESTS)
0N/Ainclude $(WS_MAKE_RULES)/common.mk
0N/A
0N/A# Need to pick up the GNU version of xgettext.
0N/APATH=$(GNUBIN):$(USRBINDIR)
0N/A
0N/ACOMPONENT_PREP_ACTION = \
0N/A (cd $(@D) ; \
0N/A libtoolize --force --copy ; \
0N/A intltoolize --force --copy --automake ; \
0N/A aclocal -I . ; \
0N/A autoheader ; \
0N/A automake -a -c -f ; \
0N/A autoconf )
0N/A
0N/ACFLAGS += "-I$(USRINCDIR)/libxml2"
0N/ALDFLAGS += $(CC_BITS) -lgmodule-2.0 -lm
0N/A# Tell libtool to pass this flag through using -Wc.
0N/A# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
0N/ALDFLAGS += -Wc,$(studio_NORUNPATH)
0N/A
0N/ACONFIGURE_OPTIONS += --libexecdir="$(USRLIB)"
0N/ACONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)"
0N/ACONFIGURE_OPTIONS += --disable-comics
0N/ACONFIGURE_OPTIONS += --enable-thumbnailer
0N/A
0N/A# Assumes GNU msgfmt is in PATH.
0N/ACOMPONENT_BUILD_ENV += PATH="$(PATH)"
0N/A
0N/A# Always show the build and link lines for easier debugging.
0N/ACOMPONENT_BUILD_ARGS += V=1
0N/A
0N/AREQUIRED_PACKAGES += gnome/config/gconf
0N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
0N/AREQUIRED_PACKAGES += image/library/libtiff
0N/AREQUIRED_PACKAGES += library/desktop/atk
0N/AREQUIRED_PACKAGES += library/desktop/cairo
0N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
0N/AREQUIRED_PACKAGES += library/desktop/gtk2
0N/AREQUIRED_PACKAGES += library/desktop/pango
0N/AREQUIRED_PACKAGES += library/glib2
0N/AREQUIRED_PACKAGES += library/gnome/gnome-keyring
0N/AREQUIRED_PACKAGES += library/libxml2
0N/AREQUIRED_PACKAGES += library/perl-5/xml-parser
0N/AREQUIRED_PACKAGES += system/library/c++-runtime
0N/AREQUIRED_PACKAGES += system/library/libdbus-glib
0N/AREQUIRED_PACKAGES += system/library/math
0N/AREQUIRED_PACKAGES += x11/library/libice
0N/AREQUIRED_PACKAGES += x11/library/libsm
0N/AREQUIRED_PACKAGES += x11/library/libx11
0N/A