freebsd-ports/sysutils/vttest/Makefile

23 lines
447 B
Makefile
Raw Normal View History

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= vttest
PORTVERSION= 2014.03.05
CATEGORIES= sysutils
MASTER_SITES= ftp://invisible-island.net/vttest/
2007-12-19 14:01:50 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
EXTRACT_SUFX= .tgz
MAINTAINER= nivit@FreeBSD.org
COMMENT= Program to test "VT100-compatibility" of terminals
LICENSE= MIT
GNU_CONFIGURE= yes
MAKEFILE= makefile
PLIST_FILES= bin/vttest man/man1/vttest.1.gz
.include <bsd.port.mk>