1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/vttest/Makefile
Thierry Thomas d26e4547d2 Add vttest 2005.01.07, a program to test "VT100-compatibility" of
terminals.

PR:		83834
Submitted by:	Nicola Vitale <nivit (at) email.it>
2005-07-21 13:25:36 +00:00

30 lines
566 B
Makefile

# New ports collection makefile for: vttest
# Date created: 2005-07-21
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= vttest
PORTVERSION= 2005.01.07
CATEGORIES= sysutils
MASTER_SITES= ftp://invisible-island.net/vttest/
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= A program to test "VT100-compatibility" of terminals
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/vttest
MAN1= vttest.1
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
MAKEFILE= makefile
.include <bsd.port.mk>