mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
|
# $FreeBSD$
|
||
|
#
|
||
|
# 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
|
||
|
|
||
|
.if !empty(terminfo_ARGS)
|
||
|
IGNORE= USES=terminfo does not require args
|
||
|
.endif
|
||
|
|
||
|
PLIST_FILES+= @terminfo
|
||
|
|
||
|
.endif
|