freerdp: update to 2.11.7; switch to openssl 3.1
[oi-userland.git] / components / desktop / ospm / Makefile
blobf35529aefac8f289e42e5a2a55fe9bd691fbe131
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.
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.
12 # Copyright 2017 Gary Mills
13 # Copyright 2015 Alexander Pyhalov
16 BUILD_STYLE=configure
17 # The bitness should be changed in illumos-gate
18 BUILD_BITS=32
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= ospm
22 COMPONENT_VERSION= 1.4.11
23 COMPONENT_REVISION= 4
24 COMPONENT_SUMMARY= Print Monitor
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:bad98c2e925d40d62cbcd64755f006ccbd8c1ea00fadae6520d9adb43da93699
29 COMPONENT_ARCHIVE_URL= http://dlc.openindiana.org/oi/jds/downloads/sources/$(COMPONENT_ARCHIVE)
30 COMPONENT_FMRI= print/lp/print-manager
31 COMPONENT_CLASSIFICATION=System/Printing
32 COMPONENT_LICENSE= GPLv2
33 COMPONENT_LICENSE_FILE= COPYING
35 TEST_TARGET=$(NO_TESTS)
36 include $(WS_MAKE_RULES)/common.mk
38 PATH = $(PATH.gnu)
40 CONFIGURE_OPTIONS+= --sysconfdir=$(ETCDIR)
42 CONFIGURE_ENV+= PERL=$(PERL)
43 CONFIGURE_ENV+= PYTHON=$(PYTHON)
45 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES += SUNWcs
49 REQUIRED_PACKAGES += gnome/config/gconf
50 REQUIRED_PACKAGES += library/desktop/atk
51 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
52 REQUIRED_PACKAGES += library/desktop/gtk2
53 REQUIRED_PACKAGES += library/desktop/libglade
54 REQUIRED_PACKAGES += library/glib2
55 REQUIRED_PACKAGES += library/libnotify
56 REQUIRED_PACKAGES += library/libxml2
57 REQUIRED_PACKAGES += library/popt
58 REQUIRED_PACKAGES += library/print/open-printing
59 REQUIRED_PACKAGES += service/hal
60 REQUIRED_PACKAGES += system/library
61 REQUIRED_PACKAGES += system/library/libdbus
62 REQUIRED_PACKAGES += system/library/libdbus-glib