1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Nicola Vitale f8342be9f2 - Update to 2013.08.18 [1]
- Add license (BSD)
- Remove leading article from COMMENT
- Allow staging

PR:	ports/181580  [1]
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
2013-12-05 02:42:11 +00:00

23 lines
447 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= vttest
PORTVERSION= 2013.08.18
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>