freebsd-ports/misc/dejagnu/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

24 lines
423 B
Makefile

# New ports collection makefile for: dejagnu
# Version required: 1.3
# Date created: 12 October 1996
# Whom: markm
#
# $FreeBSD$
#
DISTNAME= dejagnu-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>