mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
|
|
PORTNAME= vttest
|
|
PORTVERSION= 2018.08.11
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.invisible-island.net/vttest/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Program to test "VT100-compatibility" of terminals
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
PLIST_FILES= bin/vttest man/man1/vttest.1.gz
|
|
|
|
USES= tar:tgz
|
|
|
|
.include <bsd.port.mk>
|