summaryrefslogtreecommitdiff
path: root/share/termcap/Makefile
blob: 603b098e4de11dd6b63477710fdb81338fb9053d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# reorder gives an editor command for most common terminals
# (in reverse order from n'th to 1'st most commonly used)
# to move them to the front of termcap

MAN=		termcap.5
MANPACKAGE=	ncurses

# Note: This is in ncurses-lib rather than ncurses because without it, ncurses
# doesn't work, and the base ncurses package is optional.
PACKAGE=	ncurses-lib
FILES=		termcap termcap.db
FILESDIR=	${BINDIR}/misc
CLEANFILES+=	termcap.db

.include <bsd.endian.mk>
.include <src.tools.mk>

termcap.db: termcap
	${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}

etc-termcap:
	${INSTALL_SYMLINK} -T "package=ncurses-lib" \
	    ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap

.include <bsd.prog.mk>