763ca8e8a5
Change log says "modify VT420 rectangle tests to provide ANSI/ISO colors and line-drawing as test-options" and some configure changes. ok naddy
26 lines
505 B
Makefile
26 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/10/13 16:52:40 nicm Exp $
|
|
|
|
COMMENT= test VT100-type terminal
|
|
|
|
DISTNAME= vttest-20071216
|
|
CATEGORIES= misc
|
|
HOMEPAGE= http://invisible-island.net/vttest/vttest.html
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://invisible-island.net/vttest/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
MAKE_FILE= makefile
|
|
|
|
.include <bsd.port.mk>
|