Files
bsdports/Mk/Uses/terminfo.mk
2019-12-26 07:26:06 +00:00

19 lines
398 B
Makefile

# $FreeBSD: head/Mk/Uses/terminfo.mk 398827 2015-10-08 14:12:53Z amdmi3 $
#
# 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