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
17 # The bitness should be changed in illumos-gate
19 include ..
/..
/..
/make-rules
/shared-macros.mk
22 COMPONENT_VERSION
= 1.4.11
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
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