summaryrefslogtreecommitdiff
path: root/sysutils/vttest/Makefile
blob: dec3b93ca3d82e14b2116010e98c6f0ad9a756da (plain) (blame)
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
26
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>