1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/vttest/Makefile
Nicola Vitale d86acf438f - Update to 2018.08.11
- Update MASTER_SITES
- Add LICENSE_FILE
- Remove EXTRACT_SUFX

Changes:	http://invisible-island.net/vttest/CHANGES
2018-09-04 16:47:01 +00:00

25 lines
480 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
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>