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