963N/A#
963N/A# CDDL HEADER START
963N/A#
963N/A# The contents of this file are subject to the terms of the
963N/A# Common Development and Distribution License (the "License").
963N/A# You may not use this file except in compliance with the License.
963N/A#
963N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
963N/A# or http://www.opensolaris.org/os/licensing.
963N/A# See the License for the specific language governing permissions
963N/A# and limitations under the License.
963N/A#
963N/A# When distributing Covered Code, include this CDDL HEADER in each
963N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
963N/A# If applicable, add the following below this CDDL HEADER, with the
963N/A# fields enclosed by brackets "[]" replaced with your own identifying
963N/A# information: Portions Copyright [yyyy] [name of copyright owner]
963N/A#
963N/A# CDDL HEADER END
963N/A#
963N/A
963N/A#
963N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
963N/A#
963N/A
963N/ABUILD_BITS= 64
963N/ACOMPILER= gcc
963N/Ainclude ../../../make-rules/shared-macros.mk
963N/A
963N/ACOMPONENT_NAME= nautilus-sendto
963N/ACOMPONENT_VERSION= 3.8.2
970N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Nautilus
970N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5
970N/ACOMPONENT_BUGDB= gnome/nautilus
970N/A
970N/ATPNO= 26340
970N/A
970N/ATEST_TARGET = $(NO_TESTS)
970N/A
970N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
970N/A
970N/A# Assumes GNU xgettext in PATH
970N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
970N/A
963N/ACONFIGURE_OPTIONS += --disable-static
963N/ACONFIGURE_OPTIONS += --enable-shared
963N/A
963N/AREQUIRED_PACKAGES += library/glib2
963N/A