blob: c530ecb774a88453a1e4655857c9bddce12beff7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= vttest
PORTVERSION= 2012.05.06
CATEGORIES= sysutils
MASTER_SITES= ftp://invisible-island.net/vttest/
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
EXTRACT_SUFX= .tgz
MAINTAINER= nivit@FreeBSD.org
COMMENT= A program to test "VT100-compatibility" of terminals
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= vttest.1
PLIST_FILES= bin/vttest
NO_STAGE= yes
.include <bsd.port.mk>
|