summaryrefslogtreecommitdiff
path: root/Mk/Uses/terminfo.mk
blob: 9bb15f1aaae46c226c47ed2bfecea03c1bf38120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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