freebsd-ports/sysutils/vttest/Makefile
Nuno Teixeira 3f594aa8f0 sysutils/vttest: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-22 20:18:20 +00:00

26 lines
599 B
Makefile

PORTNAME= vttest
PORTVERSION= 2023.12.30
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/ \
https://invisible-mirror.net/archives/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Program to test "VT100-compatibility" of terminals
WWW= https://invisible-island.net/vttest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
MAKEFILE= makefile
PLIST_FILES= bin/vttest \
share/man/man1/vttest.1.gz
.include <bsd.port.mk>