pkgsrc/misc/vttest/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

16 lines
384 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:18 rodent Exp $
#
DISTNAME= vttest-20120506
CATEGORIES= misc benchmarks
MASTER_SITES= ftp://dickey.his.com/vttest/
EXTRACT_SUFX= .tgz
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://invisible-island.net/vttest/vttest.html
COMMENT= Utility to test vt100/vt220/xterm
GNU_CONFIGURE= yes
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"