1996-10-31 20:53:40 +01:00
|
|
|
# New ports collection makefile for: dejagnu
|
|
|
|
# Date created: 12 October 1996
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1996-10-31 20:53:40 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= dejagnu
|
2002-10-12 17:12:16 +02:00
|
|
|
PORTVERSION= 1.4.3
|
2002-03-19 19:19:30 +01:00
|
|
|
PORTREVISION= 0
|
2001-03-13 10:34:42 +01:00
|
|
|
CATEGORIES= misc tcl83 tk83
|
1996-11-18 11:25:35 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= dejagnu
|
1996-10-31 20:53:40 +01:00
|
|
|
|
2001-03-13 10:34:42 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Automated program/system tester
|
1996-10-31 20:53:40 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
|
|
|
2001-03-13 10:34:42 +01:00
|
|
|
USE_GMAKE= yes
|
1996-10-31 20:53:40 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2001-09-21 16:58:32 +02:00
|
|
|
MAN1= runtest.1
|
|
|
|
|
1996-10-31 20:53:40 +01:00
|
|
|
.include <bsd.port.mk>
|