1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/vttest/Makefile
Nicola Vitale 76981d8bb8 - Update to 2014.03.05 [1]
- Fix WWW line in pkg-descr

PR:	190868 [1]
Submitted by:	sue@iwmt.org
2014-07-04 03:01:58 +00:00

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>