freebsd-ports/sysutils/vttest/Makefile
Emanuel Haupt c0e364e8db - Update to 2005.10.20
- Add SHA256
- Polish Makefile

PR:		89539
Submitted by:	nivit@email.it (maintainer)
2005-11-25 20:30:43 +00:00

28 lines
566 B
Makefile

# New ports collection makefile for: vttest
# Date created: 2005-07-21
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= vttest
PORTVERSION= 2005.10.20
CATEGORIES= sysutils
MASTER_SITES= ftp://invisible-island.net/vttest/
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= A program to test "VT100-compatibility" of terminals
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
MAKEFILE= makefile
MAN1= vttest.1
PLIST_FILES= bin/vttest
.include <bsd.port.mk>