1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/dejagnu/Makefile
2005-04-12 03:26:56 +00:00

26 lines
501 B
Makefile

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= dejagnu
PORTVERSION= 1.4.4
CATEGORIES= misc tcl84 tk84
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Automated program/system tester
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= runtest.1
.include <bsd.port.mk>