1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/Mk/Uses/terminfo.mk
Mathieu Arnold 5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00

17 lines
322 B
Makefile

# 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