mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e92eb43d35
PR: 132154 Submitted by: Marcin Cieslak <saper at SYSTEM dot PL>
26 lines
447 B
Makefile
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>
|