7185N/A#
7185N/A# CDDL HEADER START
7185N/A#
7185N/A# The contents of this file are subject to the terms of the
7185N/A# Common Development and Distribution License (the "License").
7185N/A# You may not use this file except in compliance with the License.
7185N/A#
7185N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7185N/A# or http://www.opensolaris.org/os/licensing.
7185N/A# See the License for the specific language governing permissions
7185N/A# and limitations under the License.
7185N/A#
7185N/A# When distributing Covered Code, include this CDDL HEADER in each
7185N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7185N/A# If applicable, add the following below this CDDL HEADER, with the
7185N/A# fields enclosed by brackets "[]" replaced with your own identifying
7185N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7185N/A#
7185N/A# CDDL HEADER END
7185N/A#
7185N/A
7185N/A#
7185N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7185N/A#
7185N/A
7185N/ABUILD_BITS= 32_and_64
7185N/ACOMPILER= gcc
7185N/Ainclude ../../../make-rules/shared-macros.mk
7185N/A
7185N/ACOMPONENT_NAME= startup-notification
7185N/ACOMPONENT_VERSION= 0.12
7185N/ACOMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Software/startup-notification/
7185N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
7185N/ACOMPONENT_ARCHIVE_HASH= \
7185N/A sha256:3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
7185N/ACOMPONENT_ARCHIVE_URL= http://www.freedesktop.org/software/$(COMPONENT_NAME)/releases/$(COMPONENT_ARCHIVE)
7185N/ACOMPONENT_BUGDB= gnome/libraries
7185N/A
7185N/ATPNO= 24899
7185N/A
7185N/A# gmake check works but produces no useful output
7185N/ATEST_TARGET = $(SKIP_TEST)
7185N/A
7185N/A# May build on S11 but will conflict with gnome-libs
7185N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7185N/A
7185N/Ainclude $(WS_MAKE_RULES)/common.mk
7185N/A
7185N/ACONFIGURE_OPTIONS += --enable-static=no
7185N/ACONFIGURE_OPTIONS += --with-x
7185N/A
7185N/AREQUIRED_PACKAGES += developer/build/automake
7185N/AREQUIRED_PACKAGES += developer/build/gnu-make
7185N/AREQUIRED_PACKAGES += developer/build/pkg-config
7185N/AREQUIRED_PACKAGES += text/gnu-grep
7185N/AREQUIRED_PACKAGES += x11/library/libx11
7185N/AREQUIRED_PACKAGES += x11/library/libxcb
7185N/AREQUIRED_PACKAGES += x11/library/xcb-util