2015-10-08 16:12:53 +02:00
|
|
|
# handle terminfo.db and *.terminfo files used by ncurses
|
|
|
|
#
|
|
|
|
# Feature: terminfo
|
|
|
|
# Usage: USES=terminfo
|
|
|
|
# Valid ARGS: does not require args
|
|
|
|
|
|
|
|
.if !defined(_INCLUDE_USES_TERMINFO_MK)
|
|
|
|
_INCLUDE_USES_TERMINFO_MK= yes
|
|
|
|
|
2022-04-24 12:00:20 +02:00
|
|
|
. if !empty(terminfo_ARGS)
|
2015-10-08 16:12:53 +02:00
|
|
|
IGNORE= USES=terminfo does not require args
|
2022-04-24 12:00:20 +02:00
|
|
|
. endif
|
2015-10-08 16:12:53 +02:00
|
|
|
|
|
|
|
PLIST_FILES+= @terminfo
|
|
|
|
|
|
|
|
.endif
|