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
|
2011-03-23 20:07:08 +01:00
|
|
|
PORTVERSION= 1.5
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= misc tcl tk
|
2011-03-23 20:07:08 +01:00
|
|
|
MASTER_SITES= GNU
|
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
|
|
|
|
2011-03-23 20:07:08 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2012-04-28 09:45:58 +02:00
|
|
|
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
|
|
|
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
|
2012-04-28 09:45:58 +02:00
|
|
|
USE_TCL= 83+
|
1996-10-31 20:53:40 +01:00
|
|
|
|
2001-09-21 16:58:32 +02:00
|
|
|
MAN1= runtest.1
|
2011-03-23 20:07:08 +01:00
|
|
|
INFO= ${PORTNAME}
|
2001-09-21 16:58:32 +02:00
|
|
|
|
1996-10-31 20:53:40 +01:00
|
|
|
.include <bsd.port.mk>
|