aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dejagnu/Makefile
blob: 9ceec0a698876d5abd2d6a527eeb76540adc81bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    dejagnu
# Date created:     12 October 1996
# Whom:         markm
#
# $FreeBSD$
#

PORTNAME=   dejagnu
PORTVERSION=    1.4.1
CATEGORIES= misc tcl83 tk83
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= dejagnu

MAINTAINER= ports@FreeBSD.org

RUN_DEPENDS=    expect:${PORTSDIR}/lang/expect

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>