1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/dejagnu/Makefile
Dmitry Marakasov e92eb43d35 - fix typo in header file installed
PR:		132154
Submitted by:	Marcin Cieslak <saper at SYSTEM dot PL>
2009-02-28 13:59:34 +00:00

26 lines
447 B
Makefile

# New ports collection makefile for: dejagnu
# Date created: 12 October 1996
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= dejagnu
PORTVERSION= 1.4.4
PORTREVISION= 2
CATEGORIES= misc tcl tk
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
MAN1= runtest.1
.include <bsd.port.mk>