mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
76981d8bb8
- Fix WWW line in pkg-descr PR: 190868 [1] Submitted by: sue@iwmt.org
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vttest
|
|
PORTVERSION= 2014.03.05
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://invisible-island.net/vttest/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Program to test "VT100-compatibility" of terminals
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
PLIST_FILES= bin/vttest man/man1/vttest.1.gz
|
|
|
|
.include <bsd.port.mk>
|