2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
14 # Copyright 2020 Michal Nowak
15 # Copyright 2024 Andreas Wacknitz
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 395
22 COMPONENT_SUMMARY
= Xterm
- terminal emulator for X
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).tgz
25 COMPONENT_ARCHIVE_HASH
= sha256
:286e3caa5938eae38e202827621567629dfeaae689e8070b413ca11398093dc8
26 COMPONENT_ARCHIVE_URL
= https
://invisible-mirror.net
/archives
/xterm
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://invisible-island.net
/xterm
/
28 COMPONENT_FMRI
= terminal
/xterm
29 COMPONENT_CLASSIFICATION
=Applications
/System Utilities
30 COMPONENT_LICENSE
= MIT
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
37 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && aclocal
&& autoconf
)
39 CONFIGURE_OPTIONS
+= --enable-256-color
40 CONFIGURE_OPTIONS
+= --enable-88-color
41 CONFIGURE_OPTIONS
+= --enable-wide-chars
42 CONFIGURE_OPTIONS
+= --disable-setuid
43 CONFIGURE_OPTIONS
+= --disable-setgid
44 CONFIGURE_OPTIONS
+= --enable-luit
45 CONFIGURE_OPTIONS
+= --disable-imake
46 CONFIGURE_OPTIONS
+= --with-app-defaults
=/usr
/share
/X11
/app-defaults
47 CONFIGURE_OPTIONS
+= --with-icondir
=/usr
/share
/pixmaps
48 CONFIGURE_OPTIONS
+= --enable-logging
51 REQUIRED_PACKAGES
+= terminal
/luit
53 # Auto-generated dependencies
54 REQUIRED_PACKAGES
+= shell/ksh93
55 REQUIRED_PACKAGES
+= system
/library
56 REQUIRED_PACKAGES
+= system
/library
/fontconfig
57 REQUIRED_PACKAGES
+= system
/library
/freetype-2
58 REQUIRED_PACKAGES
+= x11
/library
/libice
59 REQUIRED_PACKAGES
+= x11
/library
/libx11
60 REQUIRED_PACKAGES
+= x11
/library
/libxft
61 REQUIRED_PACKAGES
+= x11
/library
/libxinerama
62 REQUIRED_PACKAGES
+= x11
/library
/libxmu
63 REQUIRED_PACKAGES
+= x11
/library
/libxpm
64 REQUIRED_PACKAGES
+= x11
/library
/toolkit
/libxaw7
65 REQUIRED_PACKAGES
+= x11
/library
/toolkit
/libxt