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

PORTNAME=   dejagnu
PORTVERSION=    1.3
CATEGORIES= misc tk80
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= dejagnu

MAINTAINER= markm@FreeBSD.org

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

WRKSRC=     ${WRKDIR}/${DISTNAME}/dejagnu
GNU_CONFIGURE=  yes
STRIP=
MAN1=       runtest.1

.include <bsd.port.mk>