mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
398 B
Makefile
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
|