Marcel Telka
2022-01-31 b7ef23180b8258d99f0990e953e0eddbaaab32a5
commit | author | age
e2f76f 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
282997 12 # Copyright 2017 Gary Mills
e2f76f 13 # Copyright (c) 2014 Alexander Pyhalov. All rights reserved
AP 14 #
15
85267e 16 include ../../../../make-rules/shared-macros.mk
e2f76f 17
AP 18 COMPONENT_NAME=        zenity
19 COMPONENT_VERSION=    2.32.1
282997 20 COMPONENT_REVISION=    2
e2f76f 21 COMPONENT_PROJECT_URL=    http://www.gnome.org
AP 22 COMPONENT_SUMMARY=    GNOME graphical dialog box generator
23 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH=    \
26     sha256:8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac
b7ef23 27 COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
e2f76f 28
282997 29 include $(WS_MAKE_RULES)/prep.mk
GM 30 include $(WS_MAKE_RULES)/configure.mk
31 include $(WS_MAKE_RULES)/ips.mk
e2f76f 32
282997 33 PATH = $(PATH.gnu)
e2f76f 34
AP 35 LDFLAGS += -lX11
36
37 CONFIGURE_OPTIONS += --sysconfdir=/etc
38 CONFIGURE_OPTIONS += --disable-scrollkeeper
39
40 # common targets
41 build:        $(BUILD_32)
42
43 install:    $(INSTALL_32)
44
45 test:        $(NO_TESTS)
46
6de788 47 # Build dependencies
AL 48 REQUIRED_PACKAGES += developer/gnome/gnome-doc-utils
49
50 # Auto-generated dependencies
8d4d3b 51 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
282997 52 REQUIRED_PACKAGES += library/desktop/gtk2
GM 53 REQUIRED_PACKAGES += library/glib2
54 REQUIRED_PACKAGES += library/libnotify
8d4d3b 55 REQUIRED_PACKAGES += runtime/perl-522
AL 56 REQUIRED_PACKAGES += runtime/perl-524
282997 57 REQUIRED_PACKAGES += system/library
GM 58 REQUIRED_PACKAGES += x11/library/libx11