1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/dejagnu/Makefile
1997-04-20 13:20:00 +00:00

24 lines
466 B
Makefile

# New ports collection makefile for: dejagnu
# Version required: 1.3
# Date created: 12 October 1996
# Whom: markm
#
# $Id: Makefile,v 1.5 1996/11/18 10:24:54 asami Exp $
#
DISTNAME= dejagnu-1.3
CATEGORIES= misc tk41
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= markm@FreeBSD.ORG
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= i386-freebsd
STRIP=
MAN1= runtest.1
.include <bsd.port.mk>