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 2011, Andrzej Szeszo
13 # Copyright 2023, Niklas Poslovski
16 SINGLE_PERL_VERSION
= yes
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= rxvt-unicode
20 COMPONENT_VERSION
= 9.31
21 COMPONENT_FMRI
= terminal
/urxvt
22 COMPONENT_SUMMARY
= rxvt-unicode is a fork of the well known terminal emulator rxvt
23 COMPONENT_CLASSIFICATION
=Applications
/System Utilities
24 COMPONENT_LICENSE_FILE
= urxvt.license
25 COMPONENT_LICENSE
= GPLv2
26 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
27 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
28 COMPONENT_ARCHIVE_HASH
= sha256
:aaa13fcbc149fe0f3f391f933279580f74a96fd312d6ed06b8ff03c2d46672e8
29 COMPONENT_ARCHIVE_URL
= http
://dist.schmorp.de
/rxvt-unicode
/Attic
/$(COMPONENT_ARCHIVE
)
30 COMPONENT_PROJECT_URL
= http
://software.schmorp.de
/pkg
/rxvt-unicode.html
32 COMPONENT_ARCHIVE_1
= tabbedex
33 COMPONENT_ARCHIVE_URL_1
= https
://raw.github.com
/stepb
/urxvt-tabbedex
/master
/tabbedex
34 COMPONENT_ARCHIVE_HASH_1
= sha256
:462af29c744cd3ba6c85ae11aadbd9a016ac9dc016f5bb7c1511751f60dd66a9
36 TEST_TARGET
= $(NO_TESTS
)
37 include $(WS_MAKE_RULES
)/common.mk
39 PKG_PROTO_DIRS
+= $(USERLAND_ARCHIVES
)
41 CPPFLAGS
+= -DLASTLOG_FILE
='\"/var/adm/lastlog\"'
43 CONFIGURE_OPTIONS
+= CPPFLAGS
="$(CPPFLAGS)"
44 CONFIGURE_OPTIONS
+= PERL
="$(PERL)"
45 CONFIGURE_OPTIONS
+= --enable-256-color
46 CONFIGURE_OPTIONS
+= --enable-smart-resize
47 CONFIGURE_OPTIONS
+= --enable-everything
49 # Auto-generated dependencies
50 PERL_REQUIRED_PACKAGES
+= runtime
/perl
51 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
52 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
53 REQUIRED_PACKAGES
+= library
/desktop
/startup-notification
54 REQUIRED_PACKAGES
+= library
/glib2
55 REQUIRED_PACKAGES
+= library
/libptytty
56 REQUIRED_PACKAGES
+= system
/library
57 REQUIRED_PACKAGES
+= system
/library
/fontconfig
58 REQUIRED_PACKAGES
+= system
/library
/math
59 REQUIRED_PACKAGES
+= x11
/library
/libx11
60 REQUIRED_PACKAGES
+= x11
/library
/libxext
61 REQUIRED_PACKAGES
+= x11
/library
/libxft
62 REQUIRED_PACKAGES
+= x11
/library
/libxmu
63 REQUIRED_PACKAGES
+= x11
/library
/libxrender