1996-10-31 19:53:40 +00:00
|
|
|
# New ports collection makefile for: dejagnu
|
|
|
|
# Date created: 12 October 1996
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-10-31 19:53:40 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= dejagnu
|
2004-02-18 20:38:09 +00:00
|
|
|
PORTVERSION= 1.4.4
|
2009-02-28 13:59:34 +00:00
|
|
|
PORTREVISION= 2
|
2008-04-09 13:42:26 +00:00
|
|
|
CATEGORIES= misc tcl tk
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2004-02-18 20:38:09 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1996-10-31 19:53:40 +00:00
|
|
|
|
2001-03-13 09:34:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Automated program/system tester
|
1996-10-31 19:53:40 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
|
|
|
2001-03-13 09:34:42 +00:00
|
|
|
USE_GMAKE= yes
|
1996-10-31 19:53:40 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2001-09-21 14:58:32 +00:00
|
|
|
MAN1= runtest.1
|
|
|
|
|
1996-10-31 19:53:40 +00:00
|
|
|
.include <bsd.port.mk>
|