freebsd-ports/misc/dejagnu/Makefile

25 lines
406 B
Makefile
Raw Normal View History

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= dejagnu
2001-07-17 01:26:50 +02:00
PORTVERSION= 1.4.1
PORTREVISION= 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
MAN1= runtest.1
.include <bsd.port.mk>